Commit 21147d78 authored by Brian Grant's avatar Brian Grant

Merge pull request #9074 from roberthbailey/unbound-var

Don't assume that CA_CERT_BASE64 will be set.
parents b15efbc2 0c62b71f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment