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

Fix support for empty list

parent 66c39138
No related branches found
No related tags found
No related merge requests found
Pipeline #7196 skipped
......@@ -55,7 +55,9 @@ rules:
- get
- create
- update
{{ toYaml .Values.rbac.additionalRules | indent 2 }}
{{- with .Values.rbac.additionalRules }}
{{ toYaml . | indent 2 }}
{{- end }}
{{- if .Values.operator.enabled }}
- apiGroups:
- theodolite.com
......
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