From d87bc838b755f99b63a52ef4ff846df2e41f89ac Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Thu, 21 Apr 2022 21:51:48 +0000 Subject: [PATCH] Add conditionals around Loki scalable config --- chart/templates/logging/loki/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chart/templates/logging/loki/values.yaml b/chart/templates/logging/loki/values.yaml index 8e70521a73..68380a37ac 100644 --- a/chart/templates/logging/loki/values.yaml +++ b/chart/templates/logging/loki/values.yaml @@ -25,6 +25,7 @@ monitoring: istio: enabled: {{ .Values.istio.enabled }} +{{- if (eq .Values.loki.strategy "scalable") }} global: createGlobalConfig: true existingSecretForConfig: loki-config @@ -42,6 +43,7 @@ minio: enabled: true {{- end }} {{- end }} +{{- end }} {{- if .Values.istio.enabled }} podAnnotations: -- GitLab