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