mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Rbac role, rolebinding
This commit is contained in:
parent
2960dcb878
commit
b0e2c36c68
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ rules:
|
|||
- apiGroups: [""]
|
||||
resources: ["pods", "services"]
|
||||
verbs: ["create", "get", "update", "patch", "list", "delete", "watch"]
|
||||
- apiGroups: ["rbac.authorization.k8s.io"]
|
||||
resources: ["roles", "rolebindings"]
|
||||
verbs: ["bind", "create", "get", "update", "patch", "list", "delete", "watch"]
|
||||
---
|
||||
kind: RoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue