refactor ceph storage
This commit is contained in:
parent
6bbbc2a7f8
commit
d1669c4a41
5
infrastructure/ceph/kustomization.yaml
Normal file
5
infrastructure/ceph/kustomization.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ceph-rbd-sc.yaml
|
||||||
|
- ceph-secret.yaml
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- ceph
|
||||||
- bitwarden
|
- bitwarden
|
||||||
- sources
|
- sources
|
||||||
- eso
|
- eso
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- ceph-secret.yaml
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue