1
0
Fork 0

fix(argo-cd): exlude ciliumidentity resource

- was casuing apps to be permanently out-of-sync
This commit is contained in:
Vojtěch Mareš 2023-11-16 08:42:49 +01:00
parent 7e89ac8107
commit 65663cd8b4
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -4,3 +4,15 @@ namespace: argocd
resources: resources:
- github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.9.1 - github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.9.1
- ./ingress.yaml - ./ingress.yaml
configMapGenerator:
- name: argocd-cm
behavior: merge
literals:
- |
resource.exclusions: |
- apiGroups:
- cilium.io
kinds:
- CiliumIdentity
clusters:
- "*"