Skip to content

Commit

Permalink
Merge pull request #1360 from harshvora10101/indentation_fix
Browse files Browse the repository at this point in the history
Fix indentation bug
  • Loading branch information
benjaminhuo authored Sep 26, 2024
2 parents 61600d2 + 9f478e7 commit 3064a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fluent-operator/templates/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
{{- end }}
{{- if .Values.fluentbit.initContainers }}
initContainers:
{{ toYaml .Values.fluentbit.initContainers | indent 4 }}
{{ toYaml .Values.fluentbit.initContainers | indent 4 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 3064a00

Please sign in to comment.