From 0e0d74d816ecb73eb7087e02b61d7e2bde703d4b Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Fri, 15 May 2026 04:11:39 +0900 Subject: [PATCH] fix: update ignoreDifferences for loki-stack ConfigMap to include /data --- argocd/apps/loki.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/loki.yaml b/argocd/apps/loki.yaml index 01177af..69d354b 100644 --- a/argocd/apps/loki.yaml +++ b/argocd/apps/loki.yaml @@ -34,4 +34,4 @@ spec: name: loki-stack namespace: monitoring jsonPointers: - - /metadata/labels/grafana_datasource \ No newline at end of file + - /data \ No newline at end of file