UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit fe97b9d5 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
parents ee77e7dd a451d691
No related branches found
No related tags found
1 merge request!2734Loki passdown values
Pipeline #1727038 passed with warnings
......@@ -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