Skip to content

Commit

Permalink
feat(1062): Configure logLevel in ClusterFluentBitConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Geiselmann <[email protected]>
  • Loading branch information
dennis-ge committed Feb 15, 2024
1 parent 4233bb7 commit 6e28cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
service:
parsersFile: parsers.conf
httpServer: true
{{- if .Values.fluentbit.logLevel }}
logLevel: {{ .Values.fluentbit.logLevel }}
{{- end }}
{{- if .Values.fluentbit.service.storage }}
storage:
{{ toYaml .Values.fluentbit.service.storage | indent 6 }}
Expand Down
1 change: 1 addition & 0 deletions charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ fluentbit:
##
imagePullSecrets: []
# - name: "image-pull-secret"
logLevel: ""
secrets: []
# fluent-bit daemonset use host network
hostNetwork: false
Expand Down

0 comments on commit 6e28cfc

Please sign in to comment.