UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 508da749 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'loki-scalable-conditionals' into 'master'

Add conditionals around Loki scalable config

See merge request platform-one/big-bang/bigbang!1558
parents 629739f1 d87bc838
No related branches found
No related tags found
1 merge request!1558Add conditionals around Loki scalable config
Pipeline #771261 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment