Update velaux.md (#1084)

Fix a typo in domain names

Signed-off-by: Andy Le <anhldbk@gmail.com>

Signed-off-by: Andy Le <anhldbk@gmail.com>
This commit is contained in:
Anh Le (Andy) 2022-11-27 20:22:14 +07:00 committed by GitHub
parent 6b180d444e
commit f42bcd90b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ The expected output:
If you have ingress and domain available in your cluster, you can also deploy VelaUX by specify a domain like below:
```bash
vela addon enable velaux domain=example.doamin.com
vela addon enable velaux domain=example.domain.com
```
The expected output:
@ -83,7 +83,7 @@ Please access the velaux from the following endpoints:
+----------------------------+---------------------------+
| REF(KIND/NAMESPACE/NAME) | ENDPOINT |
+----------------------------+---------------------------+
| Ingress/vela-system/velaux | http://example.doamin.com |
| Ingress/vela-system/velaux | http://example.domain.com |
+----------------------------+---------------------------+
```