From 13c66210452944f470339b24325d3cf649e2551d Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Wed, 14 Aug 2024 10:52:02 +0100 Subject: [PATCH] fix: correct clusterrole permissions (#4022) Signed-off-by: Calum Murray Co-authored-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: