Skip to content

Commit bd90a89

Browse files
Harsh VoraHarsh Vora
authored andcommitted
Fix indentation bug
1 parent c1a9581 commit bd90a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/fluent-operator/templates/fluentbit-fluentBit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ spec:
113113
{{- end }}
114114
{{- if .Values.fluentbit.initContainers }}
115115
initContainers:
116-
{{ toYaml .Values.fluentbit.initContainers | indent 4 }}
116+
{{ toYaml .Values.fluentbit.initContainers | indent 4 }}
117117
{{- end }}
118118
{{- end }}
119119
{{- end }}

0 commit comments

Comments
 (0)