Skip to content

Commit f1e8048

Browse files
committed
adjust format
Signed-off-by: Chengwei Guo <cwguoz@gmail.com>
1 parent 3b60efd commit f1e8048

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ spec:
2424
index: {{ . | quote }}
2525
{{- end }}
2626
{{- with .Values.fluentbit.output.es.httpUser }}
27-
httpUser: {{ toYaml . | nindent 6 }}
27+
httpUser:
28+
{{- toYaml . | nindent 6 }}
2829
{{- end }}
2930
{{- with .Values.fluentbit.output.es.httpPassword }}
30-
httpPassword: {{ toYaml . | nindent 6 }}
31+
httpPassword:
32+
{{- toYaml . | nindent 6 }}
3133
{{- end }}
3234
logstashFormat: {{ .Values.fluentbit.output.es.logstashFormat | default true }}
3335
{{- with .Values.fluentbit.output.es.logstashPrefix }}

0 commit comments

Comments
 (0)