Skip to content

Commit

Permalink
fix(spark): fix spark rbac error (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 authored Nov 29, 2024
1 parent e16f14a commit 6331fc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/spark-k8s-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ rules:
- update
- watch
- apiGroups:
- authentication.
- authentication.kubedoop.dev
resources:
- authenticationclasses
verbs:
- get
- list
- watch
- apiGroups:
- s3.
- s3.kubedoop.dev
resources:
- s3buckets
- s3connections
Expand All @@ -58,7 +58,7 @@ rules:
- list
- watch
- apiGroups:
- spark.
- spark.kubedoop.dev
resources:
- sparkhistoryservers
verbs:
Expand All @@ -70,13 +70,13 @@ rules:
- update
- watch
- apiGroups:
- spark.
- spark.kubedoop.dev
resources:
- sparkhistoryservers/finalizers
verbs:
- update
- apiGroups:
- spark.
- spark.kubedoop.dev
resources:
- sparkhistoryservers/status
verbs:
Expand Down

0 comments on commit 6331fc8

Please sign in to comment.