diff --git a/chart/templates/logging/loki/values.yaml b/chart/templates/logging/loki/values.yaml index 8e70521a73774f4969c0c852e93090f2e06bf209..68380a37ac21fc7f2640afb6aad85ad39cd82838 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: