Skip to content

Commit

Permalink
ceph: Add RBAC in helm chart for mgr to create service monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
sathieu committed Dec 10, 2021
1 parent 9299e32 commit 2a41e16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/charts/library/templates/_cluster-role.tpl
Expand Up @@ -71,6 +71,15 @@ rules:
- persistentvolumeclaims
verbs:
- delete
- apiGroups:
- monitoring.coreos.com
resources:
- servicemonitors
verbs:
- get
- list
- create
- update
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 2a41e16

Please sign in to comment.