From d89081bf1791b41be46226a148f719a996c0c119 Mon Sep 17 00:00:00 2001 From: EnriqueTejeda Date: Wed, 26 Jun 2024 17:28:04 -0500 Subject: [PATCH] fix: add update verb to ClusterRole permissions for scaleDown Signed-off-by: EnriqueTejeda --- manifests/install.yaml | 1 + manifests/namespace-install.yaml | 1 + manifests/role/argo-rollouts-clusterrole.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/manifests/install.yaml b/manifests/install.yaml index 3dff99191a..1b8eec6d69 100755 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -16417,6 +16417,7 @@ rules: - get - list - watch + - update - apiGroups: - "" resources: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 3f0dffa29b..16ea68f99c 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -75,6 +75,7 @@ rules: - get - list - watch + - update - apiGroups: - "" resources: diff --git a/manifests/role/argo-rollouts-clusterrole.yaml b/manifests/role/argo-rollouts-clusterrole.yaml index aab253e5ea..b43ed1adef 100644 --- a/manifests/role/argo-rollouts-clusterrole.yaml +++ b/manifests/role/argo-rollouts-clusterrole.yaml @@ -67,6 +67,7 @@ rules: - get - list - watch + - update # services patch needed to update selector of canary/stable/active/preview services # services create needed to create and delete services for experiments - apiGroups: