Sync #14766 into Chinese (#14769)

This commit is contained in:
Wilson Wu 2024-03-22 11:28:21 +08:00 committed by GitHub
parent b7faa0b7ff
commit 01e6a27d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -108,10 +108,10 @@ Helm 代码仓库中的 [README](https://artifacthub.io/packages/helm/istio-offi
{{< tip >}}
在一个 OpenShift 集群中部署网关时,请使用 `openshift-values.yaml` 文件覆盖默认值,例如:
在一个 OpenShift 集群中部署网关时,请使用 `openshift` 配置文件覆盖默认值,例如:
{{< text bash >}}
$ helm install istio-ingressgateway istio/gateway -n istio-ingress -f @manifests/charts/gateway/openshift-values.yaml@
$ helm install istio-ingressgateway istio/gateway -n istio-ingress --set profile=openshift
{{< /text >}}
{{< /tip >}}