[26.09.2020] Removed get pods function from deployment script

This commit is contained in:
Andy Sotheran 2020-09-26 19:07:21 +01:00
parent 45aef7a228
commit 79dd6881af

View File

@ -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