You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this issue is to implement a reducer for the ConfigStore.
This reducer will be responsible for generating a single ConfigMap comprised of the resolvable fields stored in ConfigStore, resulting in the effective configuration for the wrapping application. For example a configuration like
should produce a reduced ConfigMap that looks like this:
{
"foo": "baz",
"jenny": 8675309
}
This could prove useful for services that maintain a relatively large configuration sourced from multiple locations that may wish to examine the effective state of their configuration.
The text was updated successfully, but these errors were encountered:
The purpose of this issue is to implement a reducer for the
ConfigStore
.This reducer will be responsible for generating a single
ConfigMap
comprised of the resolvable fields stored inConfigStore
, resulting in the effective configuration for the wrapping application. For example a configuration likeshould produce a reduced
ConfigMap
that looks like this:This could prove useful for services that maintain a relatively large configuration sourced from multiple locations that may wish to examine the effective state of their configuration.
The text was updated successfully, but these errors were encountered: