Skip to content

Commit

Permalink
Update README.md (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
klesh authored Nov 15, 2023
1 parent d56b853 commit 23f569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23f569b

Please sign in to comment.