From d79f1ff3cf85066e6ce00e91f9acc94883eb0355 Mon Sep 17 00:00:00 2001 From: John Kost Date: Tue, 12 May 2020 08:40:03 -0400 Subject: [PATCH] Delete on all finalizers --- .../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 a583ab8f..3c3de106 100644 --- a/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml +++ b/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml @@ -112,4 +112,10 @@ rules: - "*/finalizers" verbs: - "*" +- apiGroups: + - "*" + resources: + - "*/finalizers" + verbs: + - "*" {{- end }}