Mackensie Alvarez
Mackensie Alvarez
Is there any way of doing this with environment variables ?
I'm using the docker image inside of my helm chart. How can I pass this command? It looks like the command automatically runs when the container starts. I tried this...
Yes, I created a custom configmap with: ``` { "database.redis.tls": {} } ``` and mounted it to /etc/configws/config.json I also exec into the pod and confirmed the file was there....
Thank you for explaining how the package works! It looks like for the frontend, the route is hardcoded. I can probably create a PR to turn this into an environment...
That worked right away! Thank you for the help!