Skip to content
Snippets Groups Projects
Commit 66c39138 authored by Sören Henning's avatar Sören Henning
Browse files

Add Helm option to add further rules (fix #363)

parent 4068f581
No related branches found
No related tags found
No related merge requests found
Pipeline #7195 failed
......@@ -55,6 +55,7 @@ rules:
- get
- create
- update
{{ toYaml .Values.rbac.additionalRules | indent 2 }}
{{- if .Values.operator.enabled }}
- apiGroups:
- theodolite.com
......
......@@ -341,6 +341,7 @@ serviceAccount:
rbac:
create: true
additionalRules: []
randomScheduler:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment