- argocd.yaml files d... - Change monitoring/kustomization.yaml to reference argocd.yaml files instead of folders - Comment out argocd.yaml in each app's kustomization.yaml - Matches applications folder pattern to avoid resource conflicts
8 lines
182 B
YAML
8 lines
182 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# ArgoCD Application은 monitoring/kustomization.yaml에서 관리
|
|
# - argocd.yaml
|
|
- namespace.yaml
|