- to self-manage ArgoCD Applications - Each app now includes its own argocd.yaml in kustomization.yaml - Main monitoring/kustomization.yaml references app folders instead of individual argocd.yaml files - Better separation of concerns - each app is self-contained and independently managed
7 lines
111 B
YAML
7 lines
111 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- argocd.yaml
|
|
- namespace.yaml
|