diff --git a/deploy/kubernetes/atst-update-deploy.sh b/deploy/kubernetes/atst-update-deploy.sh index 1ad9e9ee..f7eba653 100644 --- a/deploy/kubernetes/atst-update-deploy.sh +++ b/deploy/kubernetes/atst-update-deploy.sh @@ -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 {