Skip to content

Commit

Permalink
[FIX] add service account access to persistentvolumeclaims (#1390)
Browse files Browse the repository at this point in the history
* [FIX] add servicea ccount access to persistentvolumeclaims

* fix: Bump chart version
  • Loading branch information
mschroering authored Nov 12, 2021
1 parent 36ba060 commit 5a1a32a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: spark-operator
description: A Helm chart for Spark on Kubernetes operator
version: 1.1.10
version: 1.1.11
appVersion: v1beta2-1.2.3-3.1.1
keywords:
- spark
Expand Down
6 changes: 6 additions & 0 deletions charts/spark-operator-chart/templates/spark-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ rules:
- configmaps
verbs:
- "*"
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- "*"
---

apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 5a1a32a

Please sign in to comment.