Files
gitops/apps/argocd-config/kustomization.yaml
2026-01-19 00:37:04 +01:00

9 lines
344 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- external-secret.yaml
- argocd-cm.yaml
- argocd-rbac-cm.yaml
- argocd-ha-patch-rbac.yaml # HA: RBAC für Patch Job
- argocd-server-pdb.yaml # HA: Pod Disruption Budget
- argocd-server-ha-sync-hook.yaml # HA: Sync Hook patcht Deployment nach Installation