Skip to content

Commit bcd108d

Browse files
fix(fluent-operator): fluentd watchedNamespaces mapping
Signed-off-by: Leon Steinhäuser <[email protected]>
1 parent c087bcd commit bcd108d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/fluent-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- fluent-bit
77
- fluentd
88
- operator
9-
version: 2.3.0
9+
version: 2.3.1
1010
appVersion: 2.3.0
1111
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
1212
home: https://www.fluentd.org/

charts/fluent-operator/templates/fluentd-clusterfluentdconfig.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ metadata:
88
config.fluentd.fluent.io/enabled: "true"
99
spec:
1010
watchedNamespaces:
11-
{{- range .Values.fluentd.watchedNamespaces }}
12-
- {{ . }}
13-
{{- end }}
11+
{{- toYaml .Values.fluentd.watchedNamespaces | nindent 4 }}
1412
clusterFilterSelector:
1513
matchLabels:
1614
filter.fluentd.fluent.io/enabled: "true"

0 commit comments

Comments
 (0)