Skip to content

Commit 3064a00

Browse files
authored
Merge pull request #1360 from harshvora10101/indentation_fix
Fix indentation bug
2 parents 61600d2 + 9f478e7 commit 3064a00

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)