Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.19] Fixed numbering for installation steps in the tip #13850

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/setup/install/operator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/setup/install/operator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down