From 27f5f063ccaace5f4ce93a426e1bb2c0b531287f Mon Sep 17 00:00:00 2001 From: Ragot Geoffrey Date: Mon, 5 Feb 2024 17:11:39 +0100 Subject: [PATCH] fix: missing rbac (#1187) --- ...orization.k8s.io_v1_clusterrole_manager-role.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/operator/helm/templates/gen/rbac.authorization.k8s.io_v1_clusterrole_manager-role.yaml b/components/operator/helm/templates/gen/rbac.authorization.k8s.io_v1_clusterrole_manager-role.yaml index 03ef54dfdf..4bf8ccffb7 100644 --- a/components/operator/helm/templates/gen/rbac.authorization.k8s.io_v1_clusterrole_manager-role.yaml +++ b/components/operator/helm/templates/gen/rbac.authorization.k8s.io_v1_clusterrole_manager-role.yaml @@ -88,6 +88,18 @@ rules: - patch - update - watch +- apiGroups: + - "" + resources: + - pods + verbs: + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - "" resources: