Skip to content

Commit

Permalink
fix: expand spark rbac to include scheduledsparkapplication (#2894)
Browse files Browse the repository at this point in the history
Signed-off-by: Gezim Sejdiu <[email protected]>
  • Loading branch information
GezimSejdiu authored Oct 17, 2024
1 parent c2ad9e6 commit f9cff8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/spark/spark-operator/base/aggregated-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rules:
- sparkoperator.k8s.io
resources:
- sparkapplications
- scheduledsparkapplications
verbs:
- create
- delete
Expand All @@ -35,6 +36,7 @@ rules:
- sparkoperator.k8s.io
resources:
- sparkapplications/status
- scheduledsparkapplications/status
verbs:
- get
---
Expand All @@ -51,6 +53,7 @@ rules:
- sparkoperator.k8s.io
resources:
- sparkapplications
- scheduledsparkapplications
verbs:
- get
- list
Expand All @@ -59,6 +62,7 @@ rules:
- sparkoperator.k8s.io
resources:
- sparkapplications/status
- scheduledsparkapplications/status
verbs:
- get
---
Expand Down

0 comments on commit f9cff8b

Please sign in to comment.