Removed unnecessary command

This commit is contained in:
Marcin-Ramotowski 2025-05-08 20:44:33 +00:00
parent f55c8c9f2e
commit f0fdccd04d

1
Jenkinsfile vendored
View File

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