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
Our documentation says how we can enable autogenerated routes on a specific environment here but it isn't possible to enable autogenerated routes for all environments, but disable them on a specific environment.
Looking at the logic here, and given the following .lagoon.yml it appears that the ROUTES_AUTOGENERATE_ENABLED value will still be set to true, even though the branch has been set to be false
Our documentation says how we can enable autogenerated routes on a specific environment here but it isn't possible to enable autogenerated routes for all environments, but disable them on a specific environment.
Looking at the logic here, and given the following
.lagoon.yml
it appears that theROUTES_AUTOGENERATE_ENABLED
value will still be set totrue
, even though the branch has been set to befalse
We should probably add something to check if it is specifically set to false too, something like this perhaps
The text was updated successfully, but these errors were encountered: