Skip to content

Commit

Permalink
Update controller RBAC for ConfigMap and PersistentVolumeClaim (kubef…
Browse files Browse the repository at this point in the history
…low#2187)

Signed-off-by: Yi Chen <[email protected]>
  • Loading branch information
ChenYi015 authored Sep 24, 2024
1 parent 68e3d9c commit 73caefd
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 73caefd

Please sign in to comment.