mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/sparkoperator] Add scheduling.volcano.sh to apiGroup in spark-operator-rbac.yaml (#23125)
* added scheduling.volcano.sh to rbac Signed-off-by: Goutham Reddy Kotapalle <goutamkreddy@gmail.com> * version bump to 0.7.2 Signed-off-by: Goutham Reddy Kotapalle <goutamkreddy@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: sparkoperator
|
||||
description: A Helm chart for Spark on Kubernetes operator
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
appVersion: v1beta2-1.1.2-2.4.5
|
||||
keywords:
|
||||
- spark
|
||||
|
||||
@@ -38,7 +38,7 @@ rules:
|
||||
verbs: ["*"]
|
||||
{{- if .Values.enableBatchScheduler }}
|
||||
# This api resources below is configured for the `volcano` batch scheduler.
|
||||
- apiGroups: ["scheduling.incubator.k8s.io", "scheduling.sigs.dev"]
|
||||
- apiGroups: ["scheduling.incubator.k8s.io", "scheduling.sigs.dev", "scheduling.volcano.sh"]
|
||||
resources: ["podgroups"]
|
||||
verbs: ["*"]
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user