diff --git a/Jenkinsfile b/Jenkinsfile index 656c182..693d2b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,6 @@ pipeline { kubectl apply -f secret-store.yaml kubectl apply -f deploy.yaml kubectl apply -f ingress.yaml - kubectl rollout status deployment/user-microservice -n user-microservice ''' } }