Files
storage/kustomization.yaml
Mayne0213 bf59b88f6d CHORE(storage): remove postgresql-dev
- Delete postgresql-dev folder and all related files
- Remove from kustomization.yaml
- jaejadle-dev migrated to CNPG JaejadleDevDB
2026-01-09 21:46:40 +09:00

16 lines
321 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
# Database tools
- pgweb/argocd.yaml
# Operators
- cnpg/argocd.yaml
- velero/argocd.yaml