Add create verb to access prometheusrules resource of monitoring.coreos.com api group

Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
pull/3188/head
Chirayu Kapoor 2023-10-25 18:15:15 +05:30
parent 70fecd5545
commit 20ed188b81
1 changed files with 6 additions and 0 deletions

View File

@ -159,6 +159,12 @@ rules:
- "daemonsets"
verbs:
- "*"
- apiGroups:
- monitoring.coreos.com
resources:
- prometheusrules
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding