This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
The following commit(s) were added to refs/heads/main by this push:
new 23f569b Update README.md (#206)
23f569b is described below
commit 23f569b66d60f144451a5988b516bafece1977f1
Author: Klesh Wong <[email protected]>
AuthorDate: Wed Nov 15 12:45:34 2023 +0800
Update README.md (#206)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f10994c..635f7af 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z'
| fold -w 128 | hea
helm install devlake devlake/devlake --set
lake.encryptionSecret.secret=$ENCRYPTION_SECRET
```
-2. Install the latest development version with release name `devlake`:
+2. Install the latest development version with release name `devlake`:
```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart