We need a way to inject secrets and environmental info into resource_definition. We have to either commit definitions, including secrets or do injections by hand.
Proposal: Create a .envs file that contains all secrets and add an interface to implement different injection methods.
We need a way to inject secrets and environmental info into
resource_definition. We have to either commit definitions, including secrets or do injections by hand.Proposal: Create a
.envsfile that contains all secrets and add an interface to implement different injection methods.