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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
Currently there is some annoying code duplication - first you load the configuration mentioning the namespaces, then you explicitly pull apart the loaded config map to give each component its part. Each component name has to be mentioned several times, and it's always repetitive
Currently there is some annoying code duplication - first you load the configuration mentioning the namespaces, then you explicitly pull apart the loaded config map to give each component its part. Each component name has to be mentioned several times, and it's always repetitive
in the system map.
Consider using the approach from here: https://github.com/AvisoNovate/config
Or just use the library itself.
The text was updated successfully, but these errors were encountered: