Open weifong57 opened 8 months ago
Title: Create a CD pipeline to automate deployment to Kubernetes As a developer I need to create a CD pipeline to automate deployment to Kubernetes So that the developers are not wasting their time doing it manually
Given the CD pipeline has been created When I trigger the pipeline run Then I should see the accounts service deployed to OpenShift
As a user of the accounts service, I want to be able to read an account from the service So that I can view customer information when needed.