From 79dd6881af9e511a0bb636cb18bbb124a94457fc Mon Sep 17 00:00:00 2001 From: Andy Sotheran Date: Sat, 26 Sep 2020 19:07:21 +0100 Subject: [PATCH] [26.09.2020] Removed get pods function from deployment script --- configuration/scripts/deployToKubernetes.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration/scripts/deployToKubernetes.sh b/configuration/scripts/deployToKubernetes.sh index ae18ff2..519f5b3 100755 --- a/configuration/scripts/deployToKubernetes.sh +++ b/configuration/scripts/deployToKubernetes.sh @@ -5,6 +5,4 @@ APPLICATION_NAME=$1 kubectl apply -f configuration/kubernetes/deployment.yaml kubectl apply -f configuration/kubernetes/service.yaml -kubectl get pods - kubectl rollout status deployment/${APPLICATION_NAME} --namespace=production \ No newline at end of file