UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit d84c26a7 authored by Zach Callahan's avatar Zach Callahan
Browse files

fix(fluent): disable tls flushes when istio enabled for fluentbit and elastic

parent d25820e6
No related branches found
No related tags found
1 merge request!5195fix(fluent): disable tls flushes when istio enabled for fluentbit and elastic
Checking pipeline status
......@@ -57,9 +57,13 @@ config:
Suppress_Type_Name On
Retry_Limit False
Replace_Dots On
{{- if and .Values.istio.enabled (dig "istio" "elasticsearch" "enabled" false .Values.elasticsearchKibana.values) }}
tls Off
{{- else }}
tls On
tls.verify On
tls.ca_file /etc/elasticsearch/certs/ca.crt
{{- end }}
storage.total_limit_size {{ dig "storage" "total_limit_size" "10G" .Values.fluentbit.values }}
[OUTPUT]
Name es
......
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