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
If I run a stack based on Lagoon images, using if (!empty(getenv('LAGOON'))) { incorrectly considers the current runtime as the one that runs in Lagoon cloud.
AFAIK, the purpose of this project is to inject settings for the Lagoon hosted in the cloud rather then "any env where images are used".
If I run a stack based on Lagoon images, using
if (!empty(getenv('LAGOON'))) {
incorrectly considers the current runtime as the one that runs in Lagoon cloud.AFAIK, the purpose of this project is to inject settings for the Lagoon hosted in the cloud rather then "any env where images are used".
I have been successfully using the check
to then adjust cloud-only settings.
The text was updated successfully, but these errors were encountered: