nickthecook / ops

The operations team for your project.
GNU General Public License v3.0
50 stars 1 forks source link

Merge env vars from config and secrets #74

Open oxaronick opened 2 years ago

oxaronick commented 2 years ago

If an env var, say "SOME_API", is defined as a JSON object string in both config and secrets, currently the value from secrets will overwrite the value from config (when loading secrets). Instead, we define:

It would be helpful to have ops merge these values for us, iff: