Changing additionalRules from dict to list and addressing comment

Signed-off-by: Alvaro.Camina <alvaro.camina@alteryx.com>
This commit is contained in:
Alvaro.Camina 2024-02-29 14:20:43 +01:00
parent eda46e3ed3
commit e6857cbc91

View file

@ -276,8 +276,8 @@ rules:
verbs:
- '*'
{{- end }}
{{- if .Values.providerRBAC.additionalRules }}
{{ toYaml .Values.providerRBAC.additionalRules }}
{{- with .Values.providerRBAC.additionalRules }}
{{ toYaml . }}
{{- end }}
{{- end }}
{{- end }}