-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstaller-config.yaml
More file actions
30 lines (25 loc) · 1.09 KB
/
Copy pathinstaller-config.yaml
File metadata and controls
30 lines (25 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# installer-config.yaml — Tigera Labs theme
#
# Snippet to merge into the values you pass to the Educates installer.
# Registers the `tigera-labs-theme` Secret cluster-wide and sets it as
# the default for every TrainingPortal in the cluster. Per-portal
# overrides live in trainingportal-example.yaml.
websiteStyling:
# Reference the theme Secret (built from the files in this folder —
# see the kubectl create secret command in the README, or run
# ./apply-theme.sh).
themeDataRefs:
- name: tigera-labs-theme
namespace: educates-config
# Use this theme as the cluster-wide default. Individual TrainingPortal
# resources can still override via spec.portal.theme.name.
defaultTheme: tigera-labs-theme
# If the portal/sessions are embedded in tigera.io or another property,
# list the parent hostnames here. Comment out if not embedding.
# frameAncestors:
# - tigera.io
# - www.tigera.io
# If embedding into a parent site that shares a domain with the portal,
# pin the cookie domain to the common parent so iframe cookies survive.
# sessionCookies:
# domain: tigera.io