From 80643cd202ad119b9ae3f47edb408d505371ecca Mon Sep 17 00:00:00 2001 From: Calum Murray Date: Tue, 30 Jul 2024 14:37:07 -0400 Subject: [PATCH] fix: correct clusterrole permissions (#4016) Signed-off-by: Calum Murray --- .../config/post-install/200-controller-cluster-role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/control-plane/config/post-install/200-controller-cluster-role.yaml b/control-plane/config/post-install/200-controller-cluster-role.yaml index ed3e14765f..93e9b8423d 100644 --- a/control-plane/config/post-install/200-controller-cluster-role.yaml +++ b/control-plane/config/post-install/200-controller-cluster-role.yaml @@ -28,6 +28,7 @@ rules: - "deployments" verbs: - "delete" + - "get" - "list" # we need to get statefulsets - apiGroups: