From 12b4764afa91fbd3da0c08585c0d9c1cff9305b3 Mon Sep 17 00:00:00 2001 From: John Kost <41963650+johnkost@users.noreply.github.com> Date: Thu, 8 Oct 2020 13:24:46 -0400 Subject: [PATCH] fix: Add Ocp clusterrole (#341) * Update perms --- .../argo-rollouts/templates/argo-rollouts-clusterrole.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml b/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml index 8cfcdcc8..abc1a113 100644 --- a/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml +++ b/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml @@ -138,4 +138,10 @@ rules: verbs: - list - delete +- apiGroups: + - "*" + resources: + - "*/finalizers" + verbs: + - "*" {{- end }}