This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new d517d0729a7 fix/typos in helm setup doc (#795)
d517d0729a7 is described below
commit d517d0729a78c971d2ef02ad047cb6bb16df4274
Author: Renjith Ravindranathan <[email protected]>
AuthorDate: Thu Apr 17 03:56:56 2025 +0200
fix/typos in helm setup doc (#795)
---
docs/GettingStarted/HelmSetup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md
index d1b09dedf1e..6b6b88bf01d 100644
--- a/docs/GettingStarted/HelmSetup.md
+++ b/docs/GettingStarted/HelmSetup.md
@@ -238,7 +238,7 @@ Some useful parameters for the chart, you could also check
them in values.yaml
Yes, it just set useExternal value to true while you deploy devlake with helm
chart. Below we'll use MySQL on AWS RDS as an example.
a. (Optional) Create a MySQL instance on AWS RDS following this
[doc](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html),
skip this step if you'd like to use an existing instance
-b. Proviede below values while install from helm:
+b. Provide below values while install from helm:
- `mysql.useExternal`: this should be `true`
- `mysql.externalServer`: use your RDS instance's IP address or domain
name.