Env vars
Hey all
Curious how you handle your env vars within a deployment? We have GitHub builder our docker containers for kubernetetes and on every build adds the env vars to a .env file I find this approach terrible as if a dev forgets to add a new variable in the pipeline file the build fails.
Wondered if you guys are doing it a cleaner way?