From f40867f0b413a124ff0e87a69806b7f9a70296d5 Mon Sep 17 00:00:00 2001 From: zhu Date: Wed, 24 Jul 2024 17:26:59 +0800 Subject: [PATCH] feat: update rollout cluster role --- charts/argo-rollouts/templates/controller/clusterrole.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-rollouts/templates/controller/clusterrole.yaml b/charts/argo-rollouts/templates/controller/clusterrole.yaml index 70c3bdf8..acaf2b03 100644 --- a/charts/argo-rollouts/templates/controller/clusterrole.yaml +++ b/charts/argo-rollouts/templates/controller/clusterrole.yaml @@ -67,6 +67,8 @@ rules: - get - list - watch + - update + - patch # services patch needed to update selector of canary/stable/active/preview services # services create needed to create and delete services for experiments - apiGroups: