You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create new lagoon environment variable which expects a json object the same structure as the routes key in the .lagoon.yml which is passed to lagoon-build-deploy pod and then merged with what is found in the .lagoon.yml for the environment. This is a bit risky but the easiest to implement.
implement route objects in lagoon api and pass them to lagoon-build-deploy pod which then merges them
Have lagoon-build-deploy fill route objects in lagoon api after a deployment and deprecate .lagoon.yml routes setting
with new Lagoon Major Vesrion: Only use route objects in lagoon api and no longer deploy .lagoon.yml routes
The text was updated successfully, but these errors were encountered:
We've discussed a proof of concept for getting this in by using an environment variable defined in the API that contains the data structure that would be passed to the build process to create them at the next deployment.
The idea will be that we will merge this into the existing .lagoon.yml some how to make sure that the existing process of creating routes through a build remain the same.
I'm working on if this is possible to do, as the .lagoon.yml structure isn't really ideal.
routes
key in the.lagoon.yml
which is passed to lagoon-build-deploy pod and then merged with what is found in the.lagoon.yml
for the environment. This is a bit risky but the easiest to implement..lagoon.yml
routes setting.lagoon.yml
routesThe text was updated successfully, but these errors were encountered: