Skip to content

Commit

Permalink
fix: fluentd watchedNamespaces Helm mapping
Browse files Browse the repository at this point in the history
Signed-off-by: leonsteinhaeuser <[email protected]>
  • Loading branch information
leonsteinhaeuser committed Sep 1, 2023
1 parent 699db77 commit bcac4aa
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 @@ -15,7 +15,7 @@ description: A Helm chart for Kubernetes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.4.1
version: 2.4.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
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 bcac4aa

Please sign in to comment.