White-labeling instructions
To setup white-labeling, you can define next variables in waldur/values.yaml file:
shortPageTitle- custom prefix for page titlemodePageTitle- custom page titleloginLogoPath- path to custom.pngimage file for login page (should be inwaldur/chart directory)sidebarLogoPath- path to custom.pngimage file for sidebar header (should be inwaldur/chart directory)sidebarLogoDarkPath- path to custom.pngimage file for sidebar header in dark mode (should be inwaldur/chart directory)poweredByLogoPath- path to custom.pngimage file for "powered by" part of login page (should be inwaldur/chart directory)faviconPath- path to custom favicon.pngimage filetosHtmlPath- path to custom terms of service file (tos.html)privacyHtmlPath- path to custom privacy statement file (privacy.html)brandColor- Hex color definition is used in HomePort landing page for login button.heroImagePath- Relative path to image rendered at hero section of HomePort landing page.heroLinkLabel- Label for link in hero section of HomePort landing page. It can be lead to support site or blog post.heroLinkUrl- Link URL in hero section of HomePort landing page.siteDescription- text at hero section of HomePort landing page.
NB:
- the
*Pathvalues take place only if respectful*Urlvalues are not specified. If both types are defined, the precedence is taken byURL(*Url) for all cases. - all of imported files must be within chart root directory
Alternatively, TOS and PP files content can be provided as multiline values in tosHtml and privacyHtml options respectfully.
If defined, they take precedence over the aforementioned ones.