Skip to content

Commit 0bcc926

Browse files
Fix typo in OpenShift pre-requisites for ambient (#16045)
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
1 parent d530fb2 commit 0bcc926

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/ambient/install/platform-prerequisites

1 file changed

+1
-1
lines changed

content/en/docs/ambient/install/platform-prerequisites/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ OpenShift requires that `ztunnel` and `istio-cni` components are installed in th
239239
In addition, you must install `istio-cni` and `ztunnel` in the `kube-system` namespace, for example:
240240

241241
{{< text syntax=bash >}}
242-
$ helm install istio-cni istio/istio-cni -n kube-system --set profile=ambient --set global.platform=openshift --wait
242+
$ helm install istio-cni istio/cni -n kube-system --set profile=ambient --set global.platform=openshift --wait
243243
$ helm install ztunnel istio/ztunnel -n kube-system --set profile=ambient --set global.platform=openshift --wait
244244
{{< /text >}}
245245

0 commit comments

Comments
 (0)