Skip to content

Commit

Permalink
Chart: add patch permissions for spark operator SA to support spark 3…
Browse files Browse the repository at this point in the history
….5.0 (kubeflow#1884)

Signed-off-by: aakcht <[email protected]>
  • Loading branch information
Aakcht authored Apr 8, 2024
1 parent 6974f9f commit 78604db
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2.0
version: 1.2.1
appVersion: v1beta2-1.3.8-3.5.0
keywords:
- spark
Expand Down
1 change: 1 addition & 0 deletions charts/spark-operator-chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ rules:
- get
- delete
- update
- patch
- apiGroups:
- extensions
- networking.k8s.io
Expand Down

0 comments on commit 78604db

Please sign in to comment.