feat(argo-rollouts): add dashboard permission on Deployments (#1202)
* feat(argo-rollouts): add dashboard permission on Deployments - needed for Rollouts with workload referencing Signed-off-by: Ben Poland <ben.poland@faire.com> * Add podtemplates to match controller role Signed-off-by: Ben Poland <ben.poland@faire.com>
This commit is contained in:
parent
58926e3d79
commit
4b80adcfd8
3 changed files with 14 additions and 3 deletions
|
|
@ -40,6 +40,17 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- watch
|
||||
# deployments and podtemplates read access needed for workload reference support
|
||||
- apiGroups:
|
||||
- ""
|
||||
- apps
|
||||
resources:
|
||||
- deployments
|
||||
- podtemplates
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- apps
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue