This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch klesh-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
commit 6797b32a33591ba709457f03954f5e1b0b04b9e6 Author: Klesh Wong <[email protected]> AuthorDate: Wed Nov 15 12:41:26 2023 +0800 Update README.md --- 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
