Hey,
We want to start using Compass Templates to provision new services in Github and because most of our codebase is in monorepos I'd like to disable creation of fork repository based on the template repository as using the webhook with additional parameters would be enough and this makes it annoying as we have to remove the forked repo either manually or through the webhook.
Hi @bartosz_dzikuc, so your use case here is just to ensure that Components are getting created as a part of people spinning up new things, and then webhook does the rest of the automation?
If I'm not intruding, what sort of operations do you kick off on the basis of that webhook?
Also, added the above request in our feature request backlog, will circle back to this as soon as we have an update.
Hey Andrei,
Exactly as you said,
We utilize GitOps (K8s+ ArgoCD) and basically we have several repositories with many services declarations there, what we want to achieve is that the webhook will create a
PR with new service declaration using some template populated by webhook parameters.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.