We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c087bcd commit bcd108dCopy full SHA for bcd108d
charts/fluent-operator/Chart.yaml
@@ -6,7 +6,7 @@ keywords:
6
- fluent-bit
7
- fluentd
8
- operator
9
-version: 2.3.0
+version: 2.3.1
10
appVersion: 2.3.0
11
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
12
home: https://www.fluentd.org/
charts/fluent-operator/templates/fluentd-clusterfluentdconfig.yaml
@@ -8,9 +8,7 @@ metadata:
config.fluentd.fluent.io/enabled: "true"
spec:
watchedNamespaces:
- {{- range .Values.fluentd.watchedNamespaces }}
- - {{ . }}
13
- {{- end }}
+ {{- toYaml .Values.fluentd.watchedNamespaces | nindent 4 }}
14
clusterFilterSelector:
15
matchLabels:
16
filter.fluentd.fluent.io/enabled: "true"
0 commit comments