Skip to content

Commit

Permalink
fix(fluent-operator): fluentd watchedNamespaces mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Steinhäuser <leonsteinhaeuser@gmail.com>
  • Loading branch information
leonsteinhaeuser committed Aug 24, 2023
1 parent c087bcd commit bcd108d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- fluent-bit
- fluentd
- operator
version: 2.3.0
version: 2.3.1
appVersion: 2.3.0
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
home: https://www.fluentd.org/
Expand Down
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 bcd108d

Please sign in to comment.