This is an automated email from the ASF dual-hosted git repository.
ccondit 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 0dc6a2c [YUNIKORN-3033] Remove CRD permissions from RBAC in helm
chart (#194)
0dc6a2c is described below
commit 0dc6a2c9a8b6de4b6fdbbb57090f9181bf44cc76
Author: Craig Condit <[email protected]>
AuthorDate: Tue Mar 11 17:12:18 2025 -0500
[YUNIKORN-3033] Remove CRD permissions from RBAC in helm chart (#194)
Closes: #194
---
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 8b89713..221b7aa 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: ["yunikorn.apache.org"]
- resources: ["*"]
- verbs: ["*"]
- apiGroups: ["sparkoperator.k8s.io"]
resources: ["*"]
verbs: ["*"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]