Commit e109852 1 parent b5b15cf commit e109852 Copy full SHA for e109852
File tree 3 files changed +19
-12
lines changed
3 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,24 @@ notes:
23
23
24
24
Sit back and relax! This demo environment typically takes 10-15 mins to prepare
25
25
tabs :
26
- - title : Terminal 1
26
+ - id : gfdyuqrkqdop
27
+ title : Terminal 1
27
28
type : terminal
28
29
hostname : container
29
- - title : Terminal 2
30
+ - id : pdrqnyaifn6k
31
+ title : Terminal 2
30
32
type : terminal
31
33
hostname : crc
32
34
cmd : /bin/bash
33
- - title : Web Console
35
+ - id : neussbfiwrg6
36
+ title : Web Console
34
37
type : website
35
- url : https://console-openshift-console.crc-97g8f-master-0.crc .${_SANDBOX_ID}.instruqt.io
38
+ url : https://console-openshift-console.crc.${_SANDBOX_ID}.instruqt.io
36
39
new_window : true
37
- - title : Developer Hub
40
+ - id : gvful64bbuh4
41
+ title : Developer Hub
38
42
type : website
39
- url : https://rhdh.crc-97g8f-master-0.crc .${_SANDBOX_ID}.instruqt.io
43
+ url : https://rhdh.crc.${_SANDBOX_ID}.instruqt.io
40
44
new_window : true
41
45
difficulty : basic
42
46
timelimit : 3600
@@ -88,10 +92,10 @@ helm show values openshift-helm-charts/redhat-developer-hub > values.yaml
88
92
sed -e 's/^ registry: quay.io/ registry: registry.redhat.io/' -i values.yaml
89
93
```
90
94
```
91
- sed -e "s/^ host: \"\"/ host: \"rhdh.crc-97g8f-master-0.crc .${INSTRUQT_PARTICIPANT_ID}.instruqt.io\"/" -i values.yaml
95
+ sed -e "s/^ host: \"\"/ host: \"rhdh.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io\"/" -i values.yaml
92
96
```
93
97
```
94
- sed -e "s/^ clusterRouterBase: apps.example.com/ clusterRouterBase: \"crc-97g8f-master-0.crc .${INSTRUQT_PARTICIPANT_ID}.instruqt.io\"/" -i values.yaml
98
+ sed -e "s/^ clusterRouterBase: apps.example.com/ clusterRouterBase: \"crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io\"/" -i values.yaml
95
99
```
96
100
```
97
101
helm upgrade -i rhdh -f values.yaml openshift-helm-charts/redhat-developer-hub
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ containers:
5
5
shell : /bin/bash
6
6
virtualmachines :
7
7
- name : crc
8
- image : rhd-devx-instruqt/openshift-4-14-7-97g8f
8
+ image : rhd-devx-instruqt/openshift-4-17-0
9
9
shell : /bin/bash
10
10
machine_type : n1-highmem-8
11
11
allow_external_ingress :
Original file line number Diff line number Diff line change @@ -31,8 +31,11 @@ idle_timeout: 7200
31
31
timelimit : 16800
32
32
lab_config :
33
33
overlay : false
34
- width : 33
35
- position : right
34
+ width : 0
35
+ position : " "
36
36
feedback_recap_enabled : true
37
37
loadingMessages : true
38
- checksum : " 7571079683834360965"
38
+ hideStopButton : false
39
+ default_layout : AssignmentRight
40
+ default_layout_sidebar_size : 33
41
+ checksum : " 13671199454808180951"
You can’t perform that action at this time.
0 commit comments