Skip to content

Commit 9938fdb

Browse files
authored
Merge pull request #229 from rht-labs/fix-usrname
🦟 FIX - username for teamname 🦟
2 parents d8c2322 + b9b931c commit 9938fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2-attack-of-the-pipelines/1-sealed-secrets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EOF
5050
</p>
5151

5252
```bash
53-
oc login --server=https://api.${CLUSTER_DOMAIN##apps.}:6443 -u <TEAM_NAME> -p <PASSWORD>
53+
oc login --server=https://api.${CLUSTER_DOMAIN##apps.}:6443 -u <USER_NAME> -p <PASSWORD>
5454
```
5555

5656
```bash#test

0 commit comments

Comments
 (0)