Kabanero console needs to be extendable for other themes via a config map.
We have an entry_liberty_config.sh script that runs before the server is actually started. I think it would be a good place to read a config map and place the key/value pairs into the _config.yaml file. The app will then use the colors in the config.yaml.
I am not sure if the config map can be read at that time, but if its injected into the container at a specific path then its possible
Feature description
Kabanero console needs to be extendable for other themes via a config map.
We have an entry_liberty_config.sh script that runs before the server is actually started. I think it would be a good place to read a config map and place the key/value pairs into the _config.yaml file. The app will then use the colors in the config.yaml.
I am not sure if the config map can be read at that time, but if its injected into the container at a specific path then its possible
Feature design or visual mockup
Additional context