Skip to content

Commit

Permalink
Fix typo in sample CLI command (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebrowne authored Oct 16, 2024
1 parent 6b1e821 commit 924b165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted/HelmSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 924b165

Please sign in to comment.