remove more travis references in deploy scripts

This commit is contained in:
dandds
2018-10-31 14:13:04 -04:00
parent 20486915af
commit 13eefc781b
3 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ set -o nounset
echo "${K8S_CA_CRT}" | base64 -d - > "${HOME}/k8s_ca.crt"
# Setup the local kubectl client
kubectl config set-context travis \
kubectl config set-context atst-deployer \
--cluster=atat-cluster \
--user=atat-deployer \
--namespace=atat
@@ -21,7 +21,7 @@ kubectl config set-cluster atat-cluster \
kubectl config set-credentials atat-deployer --token="$(echo ${K8S_USER_TOKEN} | base64 -d -)"
kubectl config use-context travis
kubectl config use-context atst-deployer
kubectl config current-context
echo