Skip to content

Commit

Permalink
docs: helm restart (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeizn committed Apr 28, 2024
1 parent c252ced commit 98b2e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted/Environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENABLE_SUBTASKS_BY_DEFAULT="github_graphql:Collect Job Runs:false,github_graphql
#### How to take effect
After setting the environment variable, restart the DevLake service to take effect.
- For Docker Compose, run `docker-compose down` and `docker-compose up -d`.
- For Helm, run `helm upgrade --install devlake apache/devlake`.
- For Helm, run `helm upgrade devlake devlake/devlake --recreate-pods`.



Expand Down

0 comments on commit 98b2e8f

Please sign in to comment.