Update kubernetes endpoint var name
This commit is contained in:
parent
47baa270ce
commit
717f67cee5
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user