Update secret-store

This commit is contained in:
Adrien Reslinger 2020-08-24 15:20:02 +02:00
parent fc8d34e4a9
commit 3d54f0c30d
4 changed files with 10 additions and 25 deletions

View file

@ -1,6 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: secretproviderclasses-role
rules:
- apiGroups:
@ -10,28 +11,6 @@ rules:
verbs:
- get
- list
- update
- watch
- apiGroups:
- secrets-store.csi.x-k8s.io
resources:
- secretproviderclasses/status
verbs:
- get
- patch
- update
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- update
- patch
- list
- watch
- apiGroups:
- secrets-store.csi.x-k8s.io
@ -51,5 +30,5 @@ rules:
- secretproviderclasspodstatuses/status
verbs:
- get
- update
- patch
- update