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 6bc5050 [YUNIKORN-3045] Remove ClusterRole permissions for configmaps (#192) 6bc5050 is described below commit 6bc5050c8962100f01d04e99393d7a434c1c0172 Author: Craig Condit <ccon...@apache.org> AuthorDate: Thu Mar 6 10:02:13 2025 -0600 [YUNIKORN-3045] Remove ClusterRole permissions for configmaps (#192) YUNIKORN-2850 scoped ConfigMap watches to just the yunikorn namespace. Remove global access to ConfigMap entries as we no long require it. Closes: #192 --- 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 fb24bec..8b89713 100644 --- a/helm-charts/yunikorn/templates/rbac.yaml +++ b/helm-charts/yunikorn/templates/rbac.yaml @@ -33,9 +33,6 @@ metadata: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-weight": "1" rules: - - apiGroups: [""] - resources: ["configmaps"] - verbs: ["get", "watch", "list"] - apiGroups: [""] resources: ["namespaces"] verbs: ["get", "watch", "list"] --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org For additional commands, e-mail: issues-h...@yunikorn.apache.org