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.
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.