Add namespace to kubectl command

This commit is contained in:
Devon Mackay 2018-08-14 12:10:16 -04:00
parent 24625cf08f
commit 531cef233d

View File

@ -28,7 +28,7 @@ kubectl config use-context travis
kubectl config current-context
# Update the ATST deployment
kubectl set image deployment.apps/atst atst="${PROD_IMAGE_NAME}"
kubectl -n atat set image deployment.apps/atst atst="${PROD_IMAGE_NAME}"
# Remove the K8S CA file when the script exits
function cleanup {