rhd-gitops-example / services

Intra-Git repository promotions for GitOps.
Apache License 2.0
7 stars 8 forks source link

Use exemplar projects in Tekton example (dev, staging, prod) #68

Closed a-roberts closed 4 years ago

a-roberts commented 4 years ago

With the improvements made at https://github.com/rhd-gitops-example/services/pull/65, we're still referencing contributor's repositories - worse still, the example repositories don't conform to our GitOps structure. So we end up Docker building them when surely that isn't what we want. Ideally, you'd just need

https://github.com/rhd-gitops-example/gitops-example-dev https://github.com/rhd-gitops-example/gitops-example-staging and a third repository, https://github.com/rhd-gitops-example/gitops-example-prod.

Under this issue, modify the example to use these pipelines successfully - building and pushing the code to Dockerhub for example).

We currently reference

While these are fine to be forked for testing, let's have something more official.

mnuttall commented 4 years ago

I think this has now been done under https://github.com/rhd-gitops-example/services/issues/70.