Skip to content

Commit

Permalink
Add batch to rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed May 3, 2024
1 parent 3984b8f commit 6904e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/restate-operator-helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rules:
- patch
apiGroups:
- ''
- batch
- apps
- networking.k8s.io
- vpcresources.k8s.aws
Expand All @@ -71,7 +72,7 @@ rules:
verbs:
- delete
apiGroups:
- ''
- batch
- apps
- networking.k8s.io
- vpcresources.k8s.aws
Expand Down

0 comments on commit 6904e09

Please sign in to comment.