As a developer
I need a deploy stage in the CI/CD pipeline
So that I can deploy shopcarts to the dev namespace in your Kubernetes cluster using the Docker image from the build stage, if the previous stage completes successfully.
Details and Assumptions
The previous stage completes successfully
Acceptance Criteria
Given the build stage completes successfully
When I run the deploy stage
Then shopcarts should be deployed to the dev namespace in the Kubernetes cluster using the image constructed in the build stage
As a developer I need a deploy stage in the CI/CD pipeline So that I can deploy shopcarts to the dev namespace in your Kubernetes cluster using the Docker image from the build stage, if the previous stage completes successfully.
Details and Assumptions
The previous stage completes successfully
Acceptance Criteria