From 3c857fe7bcfb4ba75573d22906d6e851531682fb Mon Sep 17 00:00:00 2001 From: Francisco Rivas Date: Wed, 27 Nov 2024 14:47:52 +0000 Subject: [PATCH] Added Cluster Role for endpoints resources with verbs list and watch to solve #30648 --- bitnami/kuberay/templates/operator/clusterroles.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bitnami/kuberay/templates/operator/clusterroles.yaml b/bitnami/kuberay/templates/operator/clusterroles.yaml index 9de93096ef0366..88121a8ec9f4ee 100644 --- a/bitnami/kuberay/templates/operator/clusterroles.yaml +++ b/bitnami/kuberay/templates/operator/clusterroles.yaml @@ -39,6 +39,13 @@ rules: - get - list - update + - apiGroups: + - "" + resources: + - endpoints + verbs: + - list + - watch - apiGroups: - "" resources: