Skip to content

Commit

Permalink
Merge pull request #901 from leonsteinhaeuser/fix/fluent-operator-flu…
Browse files Browse the repository at this point in the history
…entd-watched-namespace-helm-mapping

fix: fluentd watchedNamespaces Helm mapping
  • Loading branch information
benjaminhuo committed Sep 2, 2023
2 parents e157feb + bcac4aa commit cffcb2b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ metadata:
config.fluentd.fluent.io/enabled: "true"
spec:
watchedNamespaces:
{{- range .Values.fluentd.watchedNamespaces }}
- {{ . }}
{{- end }}
{{- toYaml .Values.fluentd.watchedNamespaces | nindent 4 }}
clusterFilterSelector:
matchLabels:
filter.fluentd.fluent.io/enabled: "true"
Expand Down

0 comments on commit cffcb2b

Please sign in to comment.