Files
storage/kustomization.yaml
Mayne0213 6af1964495 CHORE(longhorn): remove unused storage provider
- All PVCs migrated to local-path-retain
- Clean up cluster CRDs and namespace
2026-01-07 14:31:09 +09:00

17 lines
352 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
# Storage systems
- minio/argocd.yaml
- zot/argocd.yaml
# PostgreSQL databases
- postgresql/argocd/postgresql.yaml
- postgresql-dev/argocd.yaml
# Database tools
- pgweb/argocd.yaml
# Operators
- cnpg/argocd.yaml
- velero/argocd.yaml