Update kubernetes endpoint var name

This commit is contained in:
Patrick Smith 2018-08-14 15:16:35 -04:00
parent 47baa270ce
commit 717f67cee5

View File

@ -14,7 +14,7 @@ echo "${K8S_CA_CRT}" | base64 --decode -i > "${HOME}/k8s_ca.crt"
# Setup the local kubectl client
kubectl config set-cluster atat-cluster \
--embed-certs=true \
--server="${K8S_CLUSTER_ENDPOINT}" \
--server="${K8S_ENDPOINT}" \
--certificate-authority="${HOME}/k8s_ca.crt"
kubectl config set-credentials atat-deployer --token="${K8S_USER_TOKEN}"