Remove vestigial --host argument in helm wrapper

This used to be required, but is actually incorrect now.

Change-Id: Ib3b170e1326c64988e352647843f560088e88314
This commit is contained in:
Mark Burnett 2018-02-12 08:49:11 -06:00
parent 856b6017ca
commit 50b25aad02
1 changed files with 0 additions and 1 deletions

View File

@ -17,5 +17,4 @@ exec docker run --rm -it \
-w $WORKDIR \
-e KUBECONFIG=/etc/kubernetes/admin/kubeconfig.yaml \
{{ config['HostSystem:images.helm.helm'] }} \
--host 127.0.0.1:44134 \
$*