Skip to content

Commit 4df41a6

Browse files
committed
updating screenshots
1 parent eed008a commit 4df41a6

File tree

7 files changed

+2
-3
lines changed

7 files changed

+2
-3
lines changed

assets/gitops/os-gitops-installed.png

-487 KB
Loading
Loading
Loading
Loading

instruqt-tracks/gitops-pipelines/01-01install-op/assignment.md

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Click the **Web Console** tab over the terminal area to open the OpenShift web c
9292

9393
![Web Console Login](https://raw.githubusercontent.com/openshift-instruqt/instruqt/master/assets/middleware/pipelines/web-console-login.png)
9494

95-
9695
Use the following credentials to log in:
9796

9897
* **Username:** `admin`

instruqt-tracks/gitops-pipelines/08-07verify-deployment/assignment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ After clicking on the icon, you should see the application running in a new tab.
3333
In addition, you can get the route of the application by executing the following command to access the application.
3434

3535
```
36-
oc get route pipelines-vote-ui --template='http://{{.spec.host}}'
36+
oc get route pipelines-vote-ui --template='https://{{.spec.host}}'
3737
```
3838

3939
Congratulations! You have successfully deployed your first application using OpenShift Pipelines.

instruqt-tracks/gitops-pipelines/track.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ lab_config:
7070
hideStopButton: false
7171
default_layout: AssignmentRight
7272
default_layout_sidebar_size: 25
73-
checksum: "14598012498861849273"
73+
checksum: "2302197559613728688"

0 commit comments

Comments
 (0)