From 05a88562b35f2ab3ac2c46959e887d32be0f6282 Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Fri, 21 Oct 2022 12:52:31 +0100 Subject: [PATCH] Make sure Loki is not the default datasource --- charts/cluster-addons/templates/monitoring/loki-stack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/cluster-addons/templates/monitoring/loki-stack.yaml b/charts/cluster-addons/templates/monitoring/loki-stack.yaml index 12b565b..e49bf06 100644 --- a/charts/cluster-addons/templates/monitoring/loki-stack.yaml +++ b/charts/cluster-addons/templates/monitoring/loki-stack.yaml @@ -54,6 +54,7 @@ spec: url: http://loki-stack.{{ .Values.monitoring.lokiStack.release.namespace }}:3100 access: proxy version: 1 + isDefault: false - template: | apiVersion: v1 kind: ConfigMap