mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add services on RBAC
This commit is contained in:
parent
18b8f68cb1
commit
86e8764357
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ metadata:
|
|||
namespace: default
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["pods"]
|
||||
resources: ["pods", "services"]
|
||||
verbs: ["create", "get", "update", "patch", "list", "delete", "watch"]
|
||||
---
|
||||
kind: RoleBinding
|
||||
|
|
|
|||
Loading…
Reference in a new issue