Add secret permission for kruise-daemon in 0.10.1

Signed-off-by: FillZpp <FillZpp.pub@gmail.com>
This commit is contained in:
FillZpp 2021-11-23 19:31:11 +08:00
parent cbcf61f416
commit c06b6d9b5f
2 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
../versions/1.0.0-alpha.2
../versions/0.10.1

View File

@ -528,6 +528,14 @@ rules:
- get
- patch
- update
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding