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 b650e6c commit dc74775Copy full SHA for dc74775
charts/fluent-operator/templates/fluentbit-output-elasticsearch.yaml
@@ -24,10 +24,10 @@ spec:
24
index: {{ . | quote }}
25
{{- end }}
26
{{- with .Values.fluentbit.output.es.httpUser }}
27
- httpUser: {{ . | quote }}
+ httpUser: {{ toYaml . | nindent 6 }}
28
29
{{- with .Values.fluentbit.output.es.httpPassword }}
30
- httpPassword: {{ . | quote }}
+ httpPassword: {{ toYaml . | nindent 6 }}
31
32
logstashFormat: {{ .Values.fluentbit.output.es.logstashFormat | default true }}
33
{{- with .Values.fluentbit.output.es.logstashPrefix }}
0 commit comments