What should be managable via .lagoon.yml? #2667
Replies: 2 comments
-
Maybe project or environment-level feature flags. Currently we implement several feature flags in Lagoon via environment variables, but this is just an implementation detail. Maybe it makes sense to move those into the |
Beta Was this translation helpful? Give feedback.
-
This one isn't specifically related to whats manageable via There are numerous occasions where different branches contain different versions of this file, and merge conflicts, or missing sections have caused issues. Or a customer is using some external automation tool to manage the The I'm proposing to strip the
I could see the interaction with the API using the CLI something like this:
Any deployments would use the latest version from the API. We could then fall back to whatever is in the repository if the one in the API is non-existent. |
Beta Was this translation helpful? Give feedback.
-
Currently the .lagoon.yml can be used to:
(See https://docs.lagoon.sh/lagoon/using-lagoon-the-basics/lagoon-yml#ssl-configuration-tls-acme)
What else should be managed by .lagoon.yml - is there stuff that happens elsewhere (eg in docker-compose.yml, or variable files) that should be here?
Do users want full control via .lagoon.yml, or is some level of managed support in addition to .lagoon.yml preferable?
Beta Was this translation helpful? Give feedback.
All reactions