Give access to rolebindings and clusterroles
This commit is contained in:
parent
78b0867025
commit
b477a893c2
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ rules:
|
||||||
- pods/portforward
|
- pods/portforward
|
||||||
- services
|
- services
|
||||||
verbs: ["*"]
|
verbs: ["*"]
|
||||||
|
- apiGroups: ["rbac.authorization.k8s.io"]
|
||||||
|
resources:
|
||||||
|
- rolebindings
|
||||||
|
- clusterrolebindings
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue