Remove note about quoting docker_version variable

Change-Id: I8c9f133c2acff442195706008f07f16b03c9ab41
This commit is contained in:
Matthew Mosesohn 2016-12-13 12:58:50 +03:00
parent 1198d82f59
commit c5091c5bdf
3 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,8 @@ Common vars that are used in Kargo
* **calico_version** - Specify version of Calico to use
* **calico_cni_version** - Specify version of Calico CNI plugin to use
* **docker_version** - Specify version of Docker to use (must be unquoted)
* **docker_version** - Specify version of Docker to used (should be quoted
string)
* **etcd_version** - Specify version of ETCD to use
* **ipip** - Enables Calico ipip encapsulation by default
* **hyperkube_image_repo** - Specify the Docker repository where Hyperkube

View File

@ -1,3 +1,2 @@
# All values can be overridden in CUSTOM_YAML
# must be unquoted
docker_version: '1.12'

View File

@ -1,3 +1,2 @@
# All values can be overridden in CUSTOM_YAML
# must be unquoted
docker_version: '1.12'