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