Files
storage/kustomization.yaml
Mayne0213 382156fca3 FEAT(repo): add App of Apps self-reference
- Add application.yaml for ArgoCD self-registration
- Update kustomization.yaml to include application.yaml
- Set prune: false to prevent cascade deletion
2026-01-09 21:46:40 +09:00

18 lines
365 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Self-reference for App of Apps pattern
- application.yaml
# Storage systems
- minio/argocd.yaml
- zot/argocd.yaml
# PostgreSQL databases
- postgresql/argocd/postgresql.yaml
# Database tools
- pgweb/argocd.yaml
# Operators
- cnpg/argocd.yaml
- velero/argocd.yaml