How are you all handling env vars for your applica...
# general
c
How are you all handling env vars for your application? Do you set the value directly in the ConfigMap and rely upon git to handle different environments, do you use Pulumi configuration and reference that? Trying to figure out how to allow for env var overriding in our Review Apps (PR based deployments).