From 65663cd8b40d4abd599b4ef9a4037c99cbee5ded Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 16 Nov 2023 08:42:49 +0100 Subject: [PATCH] fix(argo-cd): exlude ciliumidentity resource - was casuing apps to be permanently out-of-sync --- bootstrap/argo-cd/kustomization.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bootstrap/argo-cd/kustomization.yaml b/bootstrap/argo-cd/kustomization.yaml index 4c23c3d..85ba851 100644 --- a/bootstrap/argo-cd/kustomization.yaml +++ b/bootstrap/argo-cd/kustomization.yaml @@ -4,3 +4,15 @@ namespace: argocd resources: - github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.9.1 - ./ingress.yaml +configMapGenerator: + - name: argocd-cm + behavior: merge + literals: + - | + resource.exclusions: | + - apiGroups: + - cilium.io + kinds: + - CiliumIdentity + clusters: + - "*"