[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:
Goutham Reddy Kotapalle
2020-07-08 14:54:35 -07:00
committed by GitHub
parent 71b2272ba4
commit afa7de37bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}