UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 37b65dc7 authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch 'loki-passdown-values' into 'master'

Loki passdown values

See merge request !2734

(cherry picked from commit fe97b9d5)

99653255 Passingdown promtail and fluentbit values
f2eda0ab test
496e7d11 test
38107b32 test
e3805a69 test
parent 784e9520
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,18 @@ monitoring:
insecureSkipVerify: true # Prometheus does not support Istio security naming, thus skip verifying target pod certificate
{{- end }}
{{- $disableDefaultFLB := dig "additionalOutputs" "disableDefault" false .Values.fluentbit.values }}
{{- if and .Values.fluentbit.enabled (not $disableDefaultFLB) }}
fluentbit:
enabled: true
{{- end }}
{{- if .Values.promtail.enabled }}
promtail:
enabled: true
{{- end }}
loki:
storage:
{{- if (eq .Values.loki.strategy "monolith") }}
......
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