Merge pull request #9074 from roberthbailey/unbound-var

Don't assume that CA_CERT_BASE64 will be set.
This commit is contained in:
Brian Grant 2015-06-02 18:52:49 -07:00
commit 21147d784a

View File

@ -45,7 +45,7 @@ KUBELET_TOKEN: $(yaml-quote ${KUBELET_TOKEN:-})
KUBE_PROXY_TOKEN: $(yaml-quote ${KUBE_PROXY_TOKEN:-})
ADMISSION_CONTROL: $(yaml-quote ${ADMISSION_CONTROL:-})
MASTER_IP_RANGE: $(yaml-quote ${MASTER_IP_RANGE})
CA_CERT: $(yaml-quote ${CA_CERT_BASE64})
CA_CERT: $(yaml-quote ${CA_CERT_BASE64:-})
EOF
if [[ "${master}" == "true" ]]; then