We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b60efd commit f1e8048Copy full SHA for f1e8048
charts/fluent-operator/templates/fluentbit-output-elasticsearch.yaml
@@ -24,10 +24,12 @@ spec:
24
index: {{ . | quote }}
25
{{- end }}
26
{{- with .Values.fluentbit.output.es.httpUser }}
27
- httpUser: {{ toYaml . | nindent 6 }}
+ httpUser:
28
+ {{- toYaml . | nindent 6 }}
29
30
{{- with .Values.fluentbit.output.es.httpPassword }}
- httpPassword: {{ toYaml . | nindent 6 }}
31
+ httpPassword:
32
33
34
logstashFormat: {{ .Values.fluentbit.output.es.logstashFormat | default true }}
35
{{- with .Values.fluentbit.output.es.logstashPrefix }}
0 commit comments