Files
storage/kustomization.yaml
Mayne0213 f2812a7528 REFACTOR(longhorn): remove from kustomization
- No longer used
- Clean up unused references
2026-01-05 00:39:12 +09:00

16 lines
332 B
YAML

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