Theme Updates
The following steps explain how to change the theme used by the Telco Network Cloud Orchestration (TNC-O) User Interface when it is running.
Updating a Theme
Follow the steps in theme overview before doing the following.
Add the following configuration to vault for
lm/nimrod
, changing the value oftheme.name
to be the name of the theme to be used:
"alm.nimrod.theme.name": "mytheme"
- Create a values file with the following configuration:
nimrod:
app:
config:
themesConfigMap: lm-themes
- Run a
helm upgrade
of the TNC-O helm chart with the custom values file above.