Changing additionalRules from dict to list and addressing comment
Signed-off-by: Alvaro.Camina <alvaro.camina@alteryx.com>
This commit is contained in:
parent
eda46e3ed3
commit
e6857cbc91
1 changed files with 2 additions and 2 deletions
|
@ -276,8 +276,8 @@ rules:
|
|||
verbs:
|
||||
- '*'
|
||||
{{- end }}
|
||||
{{- if .Values.providerRBAC.additionalRules }}
|
||||
{{ toYaml .Values.providerRBAC.additionalRules }}
|
||||
{{- with .Values.providerRBAC.additionalRules }}
|
||||
{{ toYaml . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue