This is an automated email from the ASF dual-hosted git repository.

zky 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 868fd29cc5 adjust helmsetup (#653)
868fd29cc5 is described below

commit 868fd29cc5b7128cb64d8bc71635980f7873f553
Author: ZhangNing10 <[email protected]>
AuthorDate: Sun Oct 8 11:57:40 2023 +0800

    adjust helmsetup (#653)
---
 versioned_docs/version-v0.18/GettingStarted/HelmSetup.md | 8 ++++----
 versioned_docs/version-v0.19/GettingStarted/HelmSetup.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/versioned_docs/version-v0.18/GettingStarted/HelmSetup.md 
b/versioned_docs/version-v0.18/GettingStarted/HelmSetup.md
index dc802179cc..0f6f334b5a 100644
--- a/versioned_docs/version-v0.18/GettingStarted/HelmSetup.md
+++ b/versioned_docs/version-v0.18/GettingStarted/HelmSetup.md
@@ -270,8 +270,8 @@ The secret name needs to be the same as the value 
`option.connectionSecretName`
 
 Yes, the devlake helm chart supports using an external Grafana. You can set 
the following values while installing from helm:
 
-- `grafana.useExternal`: this should be `true`
-- `grafana.externalUrl`: use your Grafana's URL, e.g. 
`https://grafana.example.com`
+- `grafana.enabled`: this should be `false`
+- `grafana.external.url`: use your Grafana's URL, e.g. 
`https://grafana.example.com`
 
 Here is the example:
 
@@ -280,8 +280,8 @@ helm repo add devlake 
https://apache.github.io/incubator-devlake-helm-chart
 helm repo update
 ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
 helm install devlake devlake/devlake \
-  --set grafana.useExternal=true \
-  --set grafana.externalUrl=https://grafana.example.com
+  --set grafana.enabled=false \
+  --set grafana.external.url=https://grafana.example.com
   --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET
 
 ```
diff --git a/versioned_docs/version-v0.19/GettingStarted/HelmSetup.md 
b/versioned_docs/version-v0.19/GettingStarted/HelmSetup.md
index 33fee37691..f5c477700c 100644
--- a/versioned_docs/version-v0.19/GettingStarted/HelmSetup.md
+++ b/versioned_docs/version-v0.19/GettingStarted/HelmSetup.md
@@ -270,8 +270,8 @@ The secret name needs to be the same as the value 
`option.connectionSecretName`
 
 Yes, the devlake helm chart supports using an external Grafana. You can set 
the following values while installing from helm:
 
-- `grafana.useExternal`: this should be `true`
-- `grafana.externalUrl`: use your Grafana's URL, e.g. 
`https://grafana.example.com`
+- `grafana.enabled`: this should be `false`
+- `grafana.external.url`: use your Grafana's URL, e.g. 
`https://grafana.example.com`
 
 Here is the example:
 
@@ -280,8 +280,8 @@ helm repo add devlake 
https://apache.github.io/incubator-devlake-helm-chart
 helm repo update
 ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | 
head -n 1)
 helm install devlake devlake/devlake \
-  --set grafana.useExternal=true \
-  --set grafana.externalUrl=https://grafana.example.com
+  --set grafana.enabled=false \
+  --set grafana.external.url=https://grafana.example.com
   --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET
 
 ```

Reply via email to