fix(argo-rollouts): Added missing permissions for argo rollouts dashboard cluster role (#1988)
This commit is contained in:
parent
086310f237
commit
bc4e00b836
2 changed files with 10 additions and 2 deletions
|
|
@ -71,4 +71,12 @@ rules:
|
|||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- coordination.k8s.io
|
||||
resources:
|
||||
- leases
|
||||
verbs:
|
||||
- create
|
||||
- get
|
||||
- update
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue