Skip to content

Commit

Permalink
Update controller RBAC for ConfigMap and PersistentVolumeClaim (#2187)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <github@chenyicn.net>
(cherry picked from commit 73caefd)
  • Loading branch information
ChenYi015 committed Sep 26, 2024
1 parent c2dcbed commit 78c85f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/spark-operator-chart/templates/controller/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,20 @@ Create the role policy rules for the controller in every Spark job namespace
- configmaps
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- get
- list
- watch
- create
- update
- patch
Expand Down

0 comments on commit 78c85f8

Please sign in to comment.