This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 98b2e8f978c docs: helm restart (#746)
98b2e8f978c is described below
commit 98b2e8f978cf2b46b0d5e7758a68e61eaa17e284
Author: abeizn <[email protected]>
AuthorDate: Sun Apr 28 17:47:09 2024 +0800
docs: helm restart (#746)
---
docs/GettingStarted/Environment.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/GettingStarted/Environment.md
b/docs/GettingStarted/Environment.md
index 9606fd96579..1c7acd6ad31 100644
--- a/docs/GettingStarted/Environment.md
+++ b/docs/GettingStarted/Environment.md
@@ -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`.