-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtrainingportal-example.yaml
More file actions
34 lines (29 loc) · 1012 Bytes
/
Copy pathtrainingportal-example.yaml
File metadata and controls
34 lines (29 loc) · 1012 Bytes
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
31
32
33
34
# trainingportal-example.yaml — Tigera Labs theme
#
# Per-portal example. Use this if you don't want the theme as the cluster
# default (i.e. omit `defaultTheme:` from installer-config.yaml) and instead
# opt portals in individually.
apiVersion: training.educates.dev/v1beta1
kind: TrainingPortal
metadata:
name: tigera-labs-portal
spec:
portal:
# Pick the theme registered under websiteStyling.themeDataRefs.
theme:
name: tigera-labs-theme
# Navbar branding (separate from the theme — it's per-TrainingPortal).
title: Tigera Labs
# logo can be a data URI, e.g. base64 of the white Tigera wordmark.
# logo: data:image/svg+xml;base64,PHN2ZyB...
# Embedding-related: only set these if the portal is being loaded inside
# an iframe on tigera.io or another parent site.
# frameAncestors:
# - tigera.io
# - www.tigera.io
# sessionCookies:
# domain: tigera.io
workshops:
- name: lab-calico-basics
capacity: 5
reserved: 1