Skip to content

Commit

Permalink
fix(helm): fix helm roles
Browse files Browse the repository at this point in the history
  • Loading branch information
smileisak committed Nov 18, 2023
1 parent 43c89a5 commit dcff38e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions charts/nauticus/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,32 @@ rules:
- patch
- update
- watch
- apiGroups:
- nauticus.io
resources:
- spacetemplates
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- nauticus.io
resources:
- spacetemplates/finalizers
verbs:
- update
- apiGroups:
- nauticus.io
resources:
- spacetemplates/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit dcff38e

Please sign in to comment.