Add missing cluster role
Following this PR: https://github.com/argoproj/argo-rollouts/pull/490/files, that fixes the issue for restarting a rollout
This commit is contained in:
parent
bc78e3cbe1
commit
3e021da4dd
1 changed files with 7 additions and 0 deletions
|
@ -106,4 +106,11 @@ rules:
|
||||||
- watch
|
- watch
|
||||||
- get
|
- get
|
||||||
- update
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- pods
|
||||||
|
verbs:
|
||||||
|
- list
|
||||||
|
- delete
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue