Skip to content

Commit

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

0 comments on commit 32926f8

Please sign in to comment.