Skip to content

Commit

Permalink
fix(charts/fluent-operator): missing watch verb for events in operato…
Browse files Browse the repository at this point in the history
…r cluster role

Signed-off-by: thomasgouveia <[email protected]>
  • Loading branch information
thomasgouveia committed Jul 30, 2024
1 parent aeae1b4 commit 213a8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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: 3.0.0
version: 3.0.1

# 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 @@ -31,6 +31,7 @@ rules:
- events
verbs:
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 213a8bb

Please sign in to comment.