Merge "Fix tiller storage configuration"

This commit is contained in:
Zuul 2019-10-01 17:32:37 +00:00 committed by Gerrit Code Review
commit d593bdbffe
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