This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b2070c  [YUNIKORN-3059] Remove spark operator from scheduler RBAC 
(#207)
2b2070c is described below

commit 2b2070c27cf3b711d75997e3d2e4db802d54e574
Author: kaichiachen <[email protected]>
AuthorDate: Wed Nov 26 16:16:47 2025 +1100

    [YUNIKORN-3059] Remove spark operator from scheduler RBAC (#207)
    
    The spark CRDs are not used in scheduling, remove the permission ifrom
    the RBAC also. The code was removed a long time ago.
    
    Closes: #207
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 helm-charts/yunikorn/templates/rbac.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/helm-charts/yunikorn/templates/rbac.yaml 
b/helm-charts/yunikorn/templates/rbac.yaml
index 221b7aa..558b9e5 100644
--- a/helm-charts/yunikorn/templates/rbac.yaml
+++ b/helm-charts/yunikorn/templates/rbac.yaml
@@ -47,9 +47,6 @@ rules:
   - apiGroups: [""]
     resources: ["pods"]
     verbs: ["get", "watch", "list", "create", "patch", "update", "delete"]
-  - apiGroups: ["sparkoperator.k8s.io"]
-    resources: ["*"]
-    verbs: ["*"]
 
 ---
 apiVersion: rbac.authorization.k8s.io/v1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to