ibm-cloud-architecture / devops-demo-pipelines

1 stars 5 forks source link

gitops.yaml task is currently causing the pipeline to break #16

Closed oiricaud closed 4 years ago

hollisc commented 4 years ago

This issue is related to the formatting of the Kubernetes yaml when performing the sed call. The initial sed call did not account for the appropriate spacing to adhere to the yaml formatting causing a problem with the deployment. Fixed in #17.