UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d87bc838 authored by Micah Nagel's avatar Micah Nagel
Browse files

Add conditionals around Loki scalable config

parent 629739f1
No related branches found
No related tags found
1 merge request!1558Add conditionals around Loki scalable config
Pipeline #770289 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