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 }}