Skip to content

Commit

Permalink
Merge pull request #933 from redpanda-data/ae/podmonitoring/role
Browse files Browse the repository at this point in the history
operator: fix missing podmonitor role
  • Loading branch information
alejandroEsc authored Dec 12, 2023
2 parents 45ac04b + 587b31c commit bba30a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 0.4.9
version: 0.4.10

# This is the default version of the operator being deployed.
# ** NOTE for maintainers: please enssure the artifacthub image annotation is updated before merging
Expand Down
12 changes: 12 additions & 0 deletions charts/operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,18 @@ rules:
- get
- patch
- update
- apiGroups:
- monitoring.coreos.com
resources:
- podmonitors
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down

0 comments on commit bba30a8

Please sign in to comment.