fixed psp
This commit is contained in:
parent
ad18bb8ad3
commit
dc13e904c8
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["secrets"]
|
resources: ["secrets"]
|
||||||
verbs: ["get"]
|
verbs: ["get"]
|
||||||
|
- apiGroups: ["policy"]
|
||||||
|
resources: ["podsecuritypolicies"]
|
||||||
|
resourceNames: ["webhook-interseptor"]
|
||||||
|
verbs: ["use"]
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue