-
Notifications
You must be signed in to change notification settings - Fork 0
/
secret-workshops.yaml
42 lines (42 loc) · 1007 Bytes
/
secret-workshops.yaml
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
35
36
37
38
39
40
41
42
apiVersion: v1
kind: Secret
metadata:
name: workshops
namespace: package-installs
annotations:
kapp.k14s.io/disable-original: ""
stringData:
workshops.yaml: |
portals:
- name: "workshop-bundle-animals"
title: "Animals workshops"
sessions:
max: 2
defaults:
expires: 10m
orphaned: 5m
reserved: 0
workshops:
- name: workshop-dog
expires: 60m
orphaned: 5m
reserved: 1
- name: workshop-cat
- name: workshop-bird
- name: workshop-fish
- name: workshop-giraffe
- name: "workshop-bundle-colours"
sessions:
max: 2
defaults:
expires: 10m
orphaned: 5m
reserved: 24
credentials:
admin:
username: user
password: password
workshops:
- name: workshop-red
- name: workshop-blue
- name: workshop-green