Skip to content

Commit

Permalink
Merge pull request #422 from havardelnan/Fix_error_in_fluentbit-Fluen…
Browse files Browse the repository at this point in the history
…tBit

Fixing error in fluentbit-FluentBit
  • Loading branch information
benjaminhuo authored Oct 13, 2022
2 parents 844a085 + ed367ea commit 1324fe3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: A Helm chart for Kubernetes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.5.1
version: 1.5.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
12 changes: 6 additions & 6 deletions charts/fluent-operator/templates/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ spec:
secrets:
{{ toYaml .Values.fluentbit.secrets | indent 4 }}
{{- end }}
{ { - if .Values.fluentbit.volumes } }
{{- if .Values.fluentbit.volumes }}
volumes:
{ { toYaml .Values.fluentbit.volumes | indent 4 } }
{ { - end } }
{ { - if .Values.fluentbit.volumesMounts } }
{{ toYaml .Values.fluentbit.volumes | indent 4 }}
{{- end }}
{{- if .Values.fluentbit.volumesMounts }}
volumesMounts:
{ { toYaml .Values.fluentbit.volumesMounts | indent 4 } }
{ { - end } }
{{ toYaml .Values.fluentbit.volumesMounts | indent 4 }}
{{- end }}
{{- if .Values.fluentbit.annotations }}
annotations:
{{ toYaml .Values.fluentbit.annotations | indent 4 }}
Expand Down

0 comments on commit 1324fe3

Please sign in to comment.