Skip to content

Commit

Permalink
refactor(spark-k8s): change deployment to statefulset in rbac (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 authored Jan 13, 2025
1 parent a9b5f4e commit 6a278aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/spark-k8s-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rules:
- apiGroups:
- apps
resources:
- deployments
- statefulsets
verbs:
- create
- delete
Expand Down

0 comments on commit 6a278aa

Please sign in to comment.