From 9d380c802d3c4247d033f77f437bd1e6ff996558 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 5 Feb 2024 22:54:58 +0100 Subject: [PATCH] fix(system-upgrade): Add missing update permission for plans/status --- bootstrap/system-upgrades/clusterrole.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/system-upgrades/clusterrole.yaml b/bootstrap/system-upgrades/clusterrole.yaml index 41cab5534..c0fe59506 100644 --- a/bootstrap/system-upgrades/clusterrole.yaml +++ b/bootstrap/system-upgrades/clusterrole.yaml @@ -32,6 +32,7 @@ rules: - watch - create - patch + - update - delete --- apiVersion: rbac.authorization.k8s.io/v1 -- GitLab