Skip to content

Commit 2270e60

Browse files
committed
Fix correct label
Signed-off-by: bmangoen <bmangoen@redhat.com>
1 parent 428092e commit 2270e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migrate-from-sidecar-to-ambient/migration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Create the ZTunnel namespace and resource:
462462
kubectl get namespace ztunnel >/dev/null 2>&1 || kubectl create namespace ztunnel
463463
464464
# If you are using discoverySelectors, label the namespace accordingly
465-
kubectl label namespace ztunnel istio.io/rev=default --overwrite
465+
kubectl label namespace ztunnel istio-discovery=enabled --overwrite
466466
467467
# Wait for istiod to propagate the CA certificate ConfigMap to the ztunnel namespace
468468
kubectl wait --for=condition=Complete --timeout=120s job/wait-for-configmap -n ztunnel 2>/dev/null || \

0 commit comments

Comments
 (0)