fix(argo-cd): exlude ciliumidentity resource
- was casuing apps to be permanently out-of-sync
This commit is contained in:
parent
7e89ac8107
commit
65663cd8b4
1 changed files with 12 additions and 0 deletions
|
|
@ -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:
|
||||||
|
- "*"
|
||||||
|
|
|
||||||
Reference in a new issue