Skip to content

Commit

Permalink
[spark-operator] Add list permission for configmaps (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper authored Dec 29, 2024
1 parent 12b7ac6 commit 8a390a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.3
version: 2.0.4
appVersion: 2.0.2
keywords:
- apache spark
Expand Down
1 change: 1 addition & 0 deletions stable/spark-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ rules:
verbs:
- create
- get
- list
- delete
- update
- apiGroups:
Expand Down

0 comments on commit 8a390a3

Please sign in to comment.