kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

Customize theme by config map #243

Closed alohr51 closed 4 years ago

alohr51 commented 4 years ago

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