oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
51 stars 60 forks source link

Enhancement: Move config things from OCP Secrets into ConfigMap object #394

Open JamesKunstle opened 1 year ago

JamesKunstle commented 1 year ago

We're currently storing all configuration (secret and otherwise) in the same OCP Secret object. This is fine for the short term but we could be better organized by splitting secret and non-secret configuration, using a ConfigMap object for the latter context.