Skip to content

Commit d69b7c7

Browse files
authored
Add change uname/pass tip to step8 in the basics
Resolves #130
1 parent 21ec31f commit d69b7c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/1-the-manual-menace/1-the-basics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ echo ${GIT_SERVER}
3838
```
3939

4040
8. Check if you can connect to OpenShift. Run the command below.
41+
Tip: Before you hit enter, make sure you change the username and password to match your team's login details!
4142
```bash
4243
oc login --server=https://api.${CLUSTER_DOMAIN##apps.}:6443 -u <USERNAME> -p <PASSWORD>
4344
```

0 commit comments

Comments
 (0)