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:
Sari Alalem 2020-07-15 12:38:49 +03:00 committed by GitHub
parent bc78e3cbe1
commit 3e021da4dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,4 +106,11 @@ rules:
- watch
- get
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- list
- delete
{{- end }}