From 286d810b30bf86a9a5d73ca332a4788b18a72a61 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 11 Sep 2023 10:11:29 -0700 Subject: [PATCH] [release-1.19] Fixed numbering for installation steps in the tip (#13850) * Fixed numbering for installation steps in the tip * Fixed lint error as per suggestion --------- Co-authored-by: archups --- content/en/docs/setup/install/operator/index.md | 2 +- content/zh/docs/setup/install/operator/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/install/operator/index.md b/content/en/docs/setup/install/operator/index.md index b592c7270f280..83e1f330ce232 100644 --- a/content/en/docs/setup/install/operator/index.md +++ b/content/en/docs/setup/install/operator/index.md @@ -77,7 +77,7 @@ You can alternatively deploy the operator using Helm: $ kubectl create namespace istio-operator {{< /text >}} -1. Install operator using Helm. +2) Install operator using Helm. {{< text syntax=bash snip_id=deploy_istio_operator_helm >}} $ helm install istio-operator manifests/charts/istio-operator \ diff --git a/content/zh/docs/setup/install/operator/index.md b/content/zh/docs/setup/install/operator/index.md index 209920665dbf7..83154b95229dd 100644 --- a/content/zh/docs/setup/install/operator/index.md +++ b/content/zh/docs/setup/install/operator/index.md @@ -75,7 +75,7 @@ $ istioctl operator init --watchedNamespaces=istio-namespace1,istio-namespace2 $ kubectl create namespace istio-operator {{< /text >}} -1. 使用 Helm 安装 Operator。 +2) 使用 Helm 安装 Operator。 {{< text syntax=bash snip_id=deploy_istio_operator_helm >}} $ helm install istio-operator manifests/charts/istio-operator \