Fix kube_version to include 'v' again

https://github.com/kubernetes-incubator/kargo/pull/736 missed this
This commit is contained in:
Alexander Block 2016-12-13 21:43:25 +01:00 committed by GitHub
parent bca704e7e9
commit b4c87c669b

View file

@ -27,7 +27,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_users_dir: "{{ kube_config_dir }}/users"
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: 1.4.6
kube_version: v1.4.6
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)