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
At the moment, environment variables for client and server are either hardcoded, or just some values from the values.yaml file.
I thought we can use a ConfigMap to store env vars for client and server, this way, user can use any variable he wants, without the maintainers of the chart to let him use it.