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 924b1659645 Fix typo in sample CLI command (#789)
924b1659645 is described below
commit 924b16596451ec34139b81a3c33c68559fbe0203
Author: Andre Browne <[email protected]>
AuthorDate: Tue Oct 15 23:26:32 2024 -0400
Fix typo in sample CLI command (#789)
---
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 290d8cc530a..d1b09dedf1e 100644
--- a/docs/GettingStarted/HelmSetup.md
+++ b/docs/GettingStarted/HelmSetup.md
@@ -45,7 +45,7 @@ To install the chart with release name `devlake`,follow these
steps:
```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo update
- helm install devlake devlake/devlake --version=1.0-beta1--set
lake.encryptionSecret.secret=$ENCRYPTION_SECRET
+ helm install devlake devlake/devlake --version=1.0-beta1 --set
lake.encryptionSecret.secret=$ENCRYPTION_SECRET
```
And visit your devlake from the node port (32001 by default).