Files
argocd-apps/apps/overlays/au-syd1/csi-cephrbd/kustomization.yaml
T
unkinben d5f697f120
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
feat: migrate CSI drivers to dedicated storage project
- Migrate csi-cephfs from Terraform to ArgoCD
- Migrate csi-cephrbd from Terraform to ArgoCD
- Create dedicated storage project and ApplicationSet for CSI drivers
- Add csi-* pattern matching in storage ApplicationSet
- Remove CSI apps from platform project to separate concerns
2026-03-19 01:26:56 +11:00

15 lines
297 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base/csi-cephrbd
helmCharts:
- name: ceph-csi-rbd
repo: https://ceph.github.io/csi-charts
version: "3.15.1"
releaseName: ceph-csi-rbd
namespace: csi-cephrbd
valuesFile: values.yaml