From d3d772c6f8b3617ab4f0bc861980765abe233702 Mon Sep 17 00:00:00 2001 From: yuluo-yx Date: Tue, 14 May 2024 22:12:06 +0800 Subject: [PATCH] docs: move helm chart readme docs position Signed-off-by: yuluo-yx --- site/content/en/latest/install/install-helm.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/site/content/en/latest/install/install-helm.md b/site/content/en/latest/install/install-helm.md index d02011f0444..903abe50964 100644 --- a/site/content/en/latest/install/install-helm.md +++ b/site/content/en/latest/install/install-helm.md @@ -7,8 +7,6 @@ weight = -100 Envoy Gateway can be installed via a Helm chart with a few simple steps, depending on if you are deploying for the first time, upgrading Envoy Gateway from an existing installation, or migrating from Envoy Gateway. -You can get more information by referring to [README.md](https://github.com/envoyproxy/gateway/blob/main/charts/gateway-helm/README.md). - ## Before you begin {{% alert title="Compatibility Matrix" color="warning" %}} @@ -63,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 @@ -116,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.