Merge "Fix: Remove hypens from kubectl argument list"

This commit is contained in:
Felipe Monteiro 2018-01-03 20:22:04 -05:00 committed by Gerrit Code Review
commit 1160ef22ea
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ExecStart=/opt/kubernetes/bin/kubelet \
{%- endif %}
{%- if config['Kubelet:arguments'] is defined %}
{%- for argument in config['Kubelet:arguments'] %}
- {{ argument }} \
{{ argument }} \
{%- endfor %}
{%- endif %}
--pod-infra-container-image={{ config['Kubelet:images.pause'] }}