From 20d9089637ce0754b9e983c32c40412978d4e2cf Mon Sep 17 00:00:00 2001 From: YuLuo Date: Wed, 15 May 2024 09:16:55 +0800 Subject: [PATCH] docs: update helm install docs (#3370) * docs: update helm install docs Signed-off-by: yuluo-yx * docs: move helm chart readme docs position Signed-off-by: yuluo-yx --------- Signed-off-by: yuluo-yx --- site/content/en/latest/install/install-helm.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/en/latest/install/install-helm.md b/site/content/en/latest/install/install-helm.md index 69efd45390c..903abe50964 100644 --- a/site/content/en/latest/install/install-helm.md +++ b/site/content/en/latest/install/install-helm.md @@ -61,7 +61,11 @@ consideration when debugging. ## Helm chart customizations -Some of the quick ways of using the helm install command for envoy gateway installation are below. +Some of the quick ways of using the helm install command for envoy gateway installation are below. + +{{% alert title="Helm Chart Values" color="primary" %}} +If you want to know all the available fields inside the values.yaml file, please see the [Helm Chart Values](../api). +{{% /alert %}} ### Increase the replicas @@ -114,10 +118,6 @@ You can use the below command to install the envoy gateway using values.yaml fil helm install eg oci://docker.io/envoyproxy/gateway-helm --version v0.0.0-latest -n envoy-gateway-system --create-namespace -f values.yaml ``` -{{% alert title="Helm Chart Values" color="primary" %}} -If you want to know all the available fields inside the values.yaml file, please see the [Helm Chart Values](../api). -{{% /alert %}} - ## Open Ports These are the ports used by Envoy Gateway and the managed Envoy Proxy.