Skip to content

Commit dc74775

Browse files
committed
fix the es httpUser & httpPassword
1 parent b650e6c commit dc74775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/fluent-operator/templates/fluentbit-output-elasticsearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ spec:
2424
index: {{ . | quote }}
2525
{{- end }}
2626
{{- with .Values.fluentbit.output.es.httpUser }}
27-
httpUser: {{ . | quote }}
27+
httpUser: {{ toYaml . | nindent 6 }}
2828
{{- end }}
2929
{{- with .Values.fluentbit.output.es.httpPassword }}
30-
httpPassword: {{ . | quote }}
30+
httpPassword: {{ toYaml . | nindent 6 }}
3131
{{- end }}
3232
logstashFormat: {{ .Values.fluentbit.output.es.logstashFormat | default true }}
3333
{{- with .Values.fluentbit.output.es.logstashPrefix }}

0 commit comments

Comments
 (0)