I set the variables in “Launch Dev Environment”. But it didn’t take effect.
Hey @fscarmen2! The variables that are defined on the dialog are available as environment variables for all the commands on the deploy
section of your Okteto manifest (or in your Docker compose file).
In order for your application to use it, you need to pass the value to your application during the deploy
phase. This can be done by setting the value when building a container, by passing it as a parameter in a helm chart, as a Kubernetes secret, a Kubernetes config map, or as an environment variable in your docker-compose file.