UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2d494148 authored by Ryan Garcia's avatar Ryan Garcia :dizzy: Committed by Micah Nagel
Browse files

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

Add conditionals around Loki scalable config

See merge request platform-one/big-bang/bigbang!1558

(cherry picked from commit 508da749)

d87bc838 Add conditionals around Loki scalable config
parent a87a0743
No related branches found
No related tags found
1 merge request!1593Draft: Merge branch 'anchore-np-fixes' into 'master'
......@@ -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