Skip to content

Commit

Permalink
fix(helm-chart): rbac for branch planner
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Sep 18, 2024
1 parent 867f896 commit 3faaf73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/tofu-controller/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ rules:
- get
- list
- watch
{{- if .Values.branchPlanner.enabled }}
- create
- delete
{{- end }}
- apiGroups:
- source.toolkit.fluxcd.io
resources:
Expand Down

0 comments on commit 3faaf73

Please sign in to comment.