diff --git a/infra/argocd/config/argocd-cm-kustomize-helm-patch.yaml b/infra/argocd/config/argocd-cm-kustomize-helm-patch.yaml index e019785..0891482 100644 --- a/infra/argocd/config/argocd-cm-kustomize-helm-patch.yaml +++ b/infra/argocd/config/argocd-cm-kustomize-helm-patch.yaml @@ -7,4 +7,11 @@ data: - name: kustomize-build-with-helm generate: command: [ "sh", "-c" ] - args: [ "kustomize build --enable-helm" ] \ No newline at end of file + args: [ "kustomize build --enable-helm" ] + resource.exclusions: | + - apiGroups: + - cilium.io + kinds: + - CiliumIdentity + clusters: + - "*"