Skip to content

Commit 8128b86

Browse files
author
Marcell Sevcsik
committed
Adds new rule to clusterrole.yaml
1 parent 16d2eb5 commit 8128b86

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

manifests/03-clusterrole.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ rules:
6262
- namespaces
6363
verbs:
6464
- get
65+
- apiGroups:
66+
- policy
67+
resources:
68+
- poddisruptionbudgets
69+
verbs:
70+
- list
71+
- get
72+
- watch
73+
6574
---
6675
apiVersion: rbac.authorization.k8s.io/v1
6776
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)