Skip to content

Commit

Permalink
Merge pull request #1447 from mloiseleur/fix/rbac4branchplanner
Browse files Browse the repository at this point in the history
fix(helm-chart): rbac for branch planner
  • Loading branch information
akselleirv committed Sep 23, 2024
2 parents 9f9eacd + a9f03f4 commit 814ca28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tofu-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ __Note__: If you need to use the `imagePullSecrets` it would be best to set `ser
| watchAllNamespaces | bool | `true` | If `true`, controller will watch all namespaces for Terraform resources |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)
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 814ca28

Please sign in to comment.