Skip to content

Commit

Permalink
Fix domain binding instruction in RUN doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi authored Nov 7, 2024
1 parent 5203377 commit 80c15f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ tanzu app logs sanford-ui --lines -1
### Establish a domain binding

```bash
tanzu domain-binding create sanford --domain sanford-ui.sbx.tpk8s.cloudmonk.me --entrypoint main --port 443
tanzu domain-binding create sanford-ui --domain sanford-ui.sbx.tpk8s.cloudmonk.me --entrypoint main --port 443
```

> Replace the portion of the value of `--domain` before the application name above with your own sub-domain (or with one your Platform Engineer setup on your behalf).
Expand All @@ -490,4 +490,4 @@ tanzu domain-binding create sanford --domain sanford-ui.sbx.tpk8s.cloudmonk.me -

```bash
tanzu app delete sanford -y
```
```

0 comments on commit 80c15f2

Please sign in to comment.