Fix tiller storage configuration

Removes extra quotes which were getting included as
part of the storage argument.

Change-Id: I3e5c165694dc036b21ad14cf1b25648971d232c5
This commit is contained in:
Sean Eagan 2019-09-27 13:50:25 -05:00
parent d5ab6a05c4
commit 3e40262ce3
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ spec:
command:
- /tiller
{{- if .Values.conf.tiller.storage }}
- --storage={{ .Values.conf.tiller.storage | quote }}
- --storage={{ .Values.conf.tiller.storage }}
{{- end }}
- -logtostderr
- -v

View File

@ -76,7 +76,7 @@ spec:
command:
- /tiller
{{- if .Values.conf.tiller.storage }}
- --storage={{ .Values.conf.tiller.storage | quote }}
- --storage={{ .Values.conf.tiller.storage }}
{{- end }}
- -logtostderr
- -v