Skip to content

Commit

Permalink
adjust helmsetup md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Nov 8, 2023
1 parent 462a379 commit e4fe03f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HelmSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ helm install devlake devlake/devlake \

After deployed, visit devlake: https://devlake-0.example.com:8443, and grafana at https://devlake-0.example.com:8443/grafana

### 3.4 Specify grafana admin password

```
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
helm install devlake devlake/devlake \
--set grafana.adminPassword=<your password> \
--set lake.encryptionSecret.secret=$ENCRYPTION_SECRET
```

---

## 4 Parameters
Expand Down

0 comments on commit e4fe03f

Please sign in to comment.