From 531cef233da3522dcb36bd79e11a2e11d3729799 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Tue, 14 Aug 2018 12:10:16 -0400 Subject: [PATCH] Add namespace to kubectl command --- deploy/kubernetes/atst-update-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {