edgi-govdata-archiving / web-monitoring-ops

Documentation and configuration files for EDGI’s deployment of Web Monitoring tools.
GNU General Public License v3.0
1 stars 1 forks source link

Try using configmaps for Rails environment variables #30

Closed Mr0grog closed 3 years ago

Mr0grog commented 5 years ago

With the addition of #29, we have three config files in each environment with mostly the same very large set of environment values. We should probably use a ConfigMap object to share those values.

Docs:

And a nice, extra-clear example: https://gist.github.com/troyharvey/4506472732157221e04c6b15e3b3f094

Mr0grog commented 5 years ago

The biggest open question here is whether we can layer env over envFrom. I think we can, but need to test. The alternative is to have another ConfigMap, I guess, since we can layer them inside envFrom.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in seven days if no further activity occurs. If it should not be closed, please comment! Thank you for your contributions.