Skip to content

Commit

Permalink
[spark-operator] Add more permissions (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper authored Dec 30, 2024
1 parent 8a390a3 commit 7892c41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/spark-operator/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: 2.0.4
version: 2.0.5
appVersion: 2.0.2
keywords:
- apache spark
Expand Down
6 changes: 5 additions & 1 deletion stable/spark-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,12 @@ rules:
- create
- get
- list
- delete
- watch
- create
- update
- patch
- delete
- deletecollection
- apiGroups:
- extensions
- networking.k8s.io
Expand Down

0 comments on commit 7892c41

Please sign in to comment.