This is an automated email from the ASF dual-hosted git repository.

czy006 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 84d9807d6 [Hotfix] Fix typo in deployment-on-kubernetes.md (#2726)
84d9807d6 is described below

commit 84d9807d6f1724176c2cd1cc62da2d607cae1fad
Author: Paul Zhang <[email protected]>
AuthorDate: Thu Apr 11 14:23:40 2024 +0800

    [Hotfix] Fix typo in deployment-on-kubernetes.md (#2726)
---
 docs/admin-guides/deployment-on-kubernetes.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/admin-guides/deployment-on-kubernetes.md 
b/docs/admin-guides/deployment-on-kubernetes.md
index 774d4350d..dd69373ad 100644
--- a/docs/admin-guides/deployment-on-kubernetes.md
+++ b/docs/admin-guides/deployment-on-kubernetes.md
@@ -84,7 +84,7 @@ After successful installation, you can access WebUI through 
the following comman
 $ kubectl port-forward services/<deployment-name>-amoro-rest 1630:1630
 ```
 
-Open browser to go web: http://loclhost:1630
+Open browser to go web: http://localhost:1630
 
 ## Access logs
 
@@ -186,7 +186,7 @@ optimizer:
 
 ### Configure the RBAC
 
-By default, Helm Chart creates a service account, role, and role bind for 
Amaro deploy. 
+By default, Helm Chart creates a service account, role, and role bind for 
Amoro deploy. 
 You can also modify this configuration to use an existing account.
 
 ```yaml

Reply via email to