test testing build

This commit is contained in:
dandds
2018-12-03 09:29:38 -05:00
parent b54e3147c3
commit bbeef23c45
4 changed files with 46 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ echo "${K8S_CA_CRT}" | base64 -d - > "${HOME}/k8s_ca.crt"
kubectl config set-context atst-deployer \
--cluster=atat-cluster \
--user=atat-deployer \
--namespace=atat
--namespace=${NAMESPACE}
kubectl config set-cluster atat-cluster \
--embed-certs=true \