Skip to content

Commit 38f4331

Browse files
Add training portal definition.
1 parent b70d30f commit 38f4331

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

resources/trainingportal.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apiVersion: training.educates.dev/v1beta1
2+
kind: TrainingPortal
3+
metadata:
4+
name: labs-authoring-guides
5+
spec:
6+
portal:
7+
title: Workshop Authoring
8+
registration:
9+
type: anonymous
10+
updates:
11+
workshop: true
12+
sessions:
13+
maximum: 1
14+
workshop:
15+
defaults:
16+
reserved: 1
17+
initial: 0
18+
expires: 30m
19+
overtime: 10m
20+
deadline: 60m
21+
orphaned: 5m
22+
workshops:
23+
- name: lab-authoring-environment

0 commit comments

Comments
 (0)