diff --git a/charts/fluent-operator/Chart.yaml b/charts/fluent-operator/Chart.yaml index beec2d18..27c82f34 100644 --- a/charts/fluent-operator/Chart.yaml +++ b/charts/fluent-operator/Chart.yaml @@ -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/ diff --git a/charts/fluent-operator/templates/fluentd-clusterfluentdconfig.yaml b/charts/fluent-operator/templates/fluentd-clusterfluentdconfig.yaml index 2a7f0e29..15da1f3f 100644 --- a/charts/fluent-operator/templates/fluentd-clusterfluentdconfig.yaml +++ b/charts/fluent-operator/templates/fluentd-clusterfluentdconfig.yaml @@ -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"