Merge "Do not quote tls arg values"

This commit is contained in:
Zuul 2019-03-12 20:07:51 +00:00 committed by Gerrit Code Review
commit 4b17ac2dab
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ spec:
{{- $acceptable_keys := list "tls-min-version" "tls-cipher-suites" }}
{{- range $key, $val := .Values.apiserver.tls }}
{{- if has $key $acceptable_keys }}
- --{{ $key }}={{ $val | quote }}
- --{{ $key }}={{ $val }}
{{- end }}
{{- end }}
ports: