From f42bcd90b80fe15be73b479974e030695d0bc1ec Mon Sep 17 00:00:00 2001 From: "Anh Le (Andy)" Date: Sun, 27 Nov 2022 20:22:14 +0700 Subject: [PATCH] Update velaux.md (#1084) Fix a typo in domain names Signed-off-by: Andy Le Signed-off-by: Andy Le --- docs/reference/addons/velaux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/addons/velaux.md b/docs/reference/addons/velaux.md index da1fe817..2197569a 100644 --- a/docs/reference/addons/velaux.md +++ b/docs/reference/addons/velaux.md @@ -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 | +----------------------------+---------------------------+ ```