Goatmun
Depoloying templates only supports SNAKE_CASE environment variables
Heya 👋🏾, I'm having issues deploying a template that has preset variables that are not in
snake_case
format, the variables are in the following form: http.port
.
The service deploys fine when I use these veriables within an existing project, and setting up the template does correctly store the variables in the template's configuration, they only don't work when it comes to deploying the template - their default values are not pre-populated, and cannot be updated in the 'configure service' step of deploying the template.
I unfortunately cannot use any other format for specifying the environment variables as this is a limitation with the service itself - https://github.com/opensearch-project/opensearch-build/issues/4451
Here is the link to the template: https://railway.app/template/_GawOC
Is this a bug with the deploy template UI, or are these variables working by accident elsewhere, and support for them isn't intended?59 replies