refactor ceph storage

This commit is contained in:
j37hr0 2026-05-04 20:22:38 +12:00
parent 6bbbc2a7f8
commit d1669c4a41
5 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ceph-rbd-sc.yaml
- ceph-secret.yaml

View file

@ -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

View file

@ -2,4 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- namespace.yaml - namespace.yaml
- ceph-secret.yaml