From 3e021da4dd265cfee55dfb593433b7a52e19dac5 Mon Sep 17 00:00:00 2001 From: Sari Alalem <55347464+sarialem@users.noreply.github.com> Date: Wed, 15 Jul 2020 12:38:49 +0300 Subject: [PATCH] Add missing cluster role Following this PR: https://github.com/argoproj/argo-rollouts/pull/490/files, that fixes the issue for restarting a rollout --- .../argo-rollouts/templates/argo-rollouts-clusterrole.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml b/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml index 43526d58..f670104b 100644 --- a/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml +++ b/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml @@ -106,4 +106,11 @@ rules: - watch - get - update +- apiGroups: + - "" + resources: + - pods + verbs: + - list + - delete {{- end }}