Skip to content

Commit bdfdd19

Browse files
committed
Move VolSync resources to storage directory
Relocated VolSync's volumesnapshotclass.yaml and kustomization.yaml from controllers/volsync to storage/volsync, updating references in kustomization files accordingly. Added pvc-plumber to ArgoCD appset. This improves organization by grouping storage-related resources together.
1 parent 6efcd8f commit bdfdd19

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

infrastructure/controllers/argocd/apps/infrastructure-appset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
- path: infrastructure/controllers/nvidia-gpu-operator
2121
- path: infrastructure/controllers/postgres-operator
2222
- path: infrastructure/controllers/reloader
23+
- path: infrastructure/controllers/pvc-plumber
2324
- path: infrastructure/controllers/kyverno
2425
- path: infrastructure/networking/cloudflared
2526
- path: infrastructure/networking/coredns

infrastructure/controllers/volsync/kustomization.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

infrastructure/storage/volsync/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ resources:
55
- namespace.yaml
66
- externalsecret.yaml
77
- rustfs-credentials.yaml
8+
- volumesnapshotclass.yaml
89
helmCharts:
910
- name: volsync
1011
repo: https://backube.github.io/helm-charts

infrastructure/controllers/volsync/volumesnapshotclass.yaml renamed to infrastructure/storage/volsync/volumesnapshotclass.yaml

File renamed without changes.

0 commit comments

Comments
 (0)