From 2ce95d65a0ff042fd7311682c3fa4abf4529e1ac Mon Sep 17 00:00:00 2001 From: Ansil H Date: Thu, 7 Apr 2022 02:56:01 -0400 Subject: [PATCH] fix: Add watch verb to clusterRole for pods Fixes https://github.com/argoproj/argo-rollouts/issues/1960 Signed-off-by: Ansil H --- manifests/role/argo-rollouts-clusterrole.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/role/argo-rollouts-clusterrole.yaml b/manifests/role/argo-rollouts-clusterrole.yaml index 692299af0f..6176262e06 100644 --- a/manifests/role/argo-rollouts-clusterrole.yaml +++ b/manifests/role/argo-rollouts-clusterrole.yaml @@ -107,6 +107,7 @@ rules: verbs: - list - update + - watch # pods eviction needed for restart - apiGroups: - ""