fix(argo-rollouts): Added missing permissions for argo rollouts dashboard cluster role (#1988)

This commit is contained in:
Tal Yitzhak 2023-04-28 10:54:32 +03:00 committed by GitHub
parent 086310f237
commit bc4e00b836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -71,4 +71,12 @@ rules:
verbs:
- list
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- update
{{- end }}