Reduce sablier RBAC permission
This commit is contained in:
parent
77a7accd51
commit
c99b0c58ad
1 changed files with 9 additions and 1 deletions
|
|
@ -67,8 +67,16 @@ rules:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
- deployments
|
- deployments
|
||||||
- deployments/scale
|
|
||||||
- statefulsets
|
- statefulsets
|
||||||
|
verbs:
|
||||||
|
- get # Retrieve info about specific dep
|
||||||
|
- list # Events
|
||||||
|
- watch # Events
|
||||||
|
- apiGroups:
|
||||||
|
- apps
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- deployments/scale
|
||||||
- statefulsets/scale
|
- statefulsets/scale
|
||||||
verbs:
|
verbs:
|
||||||
- patch # Scale up and down
|
- patch # Scale up and down
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue