From c696104e0c53ccd8d4319af0dd4bab2b4ee7468d Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Mon, 23 Oct 2023 17:15:26 +0200 Subject: [PATCH] try to fix argocd configmap --- argo/cm.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/argo/cm.yaml b/argo/cm.yaml index d7504ee..dfc2744 100644 --- a/argo/cm.yaml +++ b/argo/cm.yaml @@ -15,9 +15,9 @@ data: hs.status = "Healthy" return hs resource.exclusions: | - - apiGroups: - - "*" - kinds: - - "CiliumIdentity" - clusters: - - https://kubernetes.default.svc \ No newline at end of file + - apiGroups: + - cilium.io + kinds: + - CiliumIdentity + clusters: + - "*" \ No newline at end of file