From 26fd1a9233cad87b148af05f73bb2a2ae5460811 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sun, 1 Mar 2020 20:33:17 +0000 Subject: [PATCH] [1.03.20] Rollout check on production namespace --- configuration/scripts/deployToKubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/scripts/deployToKubernetes.sh b/configuration/scripts/deployToKubernetes.sh index e49527e..ae18ff2 100755 --- a/configuration/scripts/deployToKubernetes.sh +++ b/configuration/scripts/deployToKubernetes.sh @@ -7,4 +7,4 @@ kubectl apply -f configuration/kubernetes/service.yaml kubectl get pods -kubectl rollout status deployment/${APPLICATION_NAME} \ No newline at end of file +kubectl rollout status deployment/${APPLICATION_NAME} --namespace=production \ No newline at end of file