From 81735446bdd3854098136f81519c4f6b472af415 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Wed, 25 Mar 2026 22:18:43 +0900 Subject: [PATCH] ignore grafana_datasource label on loki-stack ConfigMap --- argocd/apps/loki.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/argocd/apps/loki.yaml b/argocd/apps/loki.yaml index c08b978..01177af 100644 --- a/argocd/apps/loki.yaml +++ b/argocd/apps/loki.yaml @@ -27,4 +27,11 @@ spec: prune: false selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true + ignoreDifferences: + - group: "" + kind: ConfigMap + name: loki-stack + namespace: monitoring + jsonPointers: + - /metadata/labels/grafana_datasource \ No newline at end of file