mirror of https://github.com/openkruise/charts.git
Add secret permission for kruise-daemon in 0.10.1
Signed-off-by: FillZpp <FillZpp.pub@gmail.com>
This commit is contained in:
parent
cbcf61f416
commit
c06b6d9b5f
|
|
@ -1 +1 @@
|
|||
../versions/1.0.0-alpha.2
|
||||
../versions/0.10.1
|
||||
|
|
@ -528,6 +528,14 @@ rules:
|
|||
- get
|
||||
- patch
|
||||
- update
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- secrets
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
|
|
|
|||
Loading…
Reference in New Issue