Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 267bd6e

Browse files
author
Mathieu Benoit
committed
replace istio.io/rev label by istio-injection label to simplify the experience
1 parent 70e51e3 commit 267bd6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/ingress-gateway/deploy-ingress-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
name: ${INGRESS_GATEWAY_NAMESPACE}
2929
labels:
3030
name: ${INGRESS_GATEWAY_NAMESPACE}
31-
istio.io/rev: ${ASM_VERSION}
31+
istio-injection: enabled
3232
istio-discovery: enabled
3333
EOF
3434
```

content/onlineboutique/set-up-onlineboutique-git-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ metadata:
2929
name: ${ONLINEBOUTIQUE_NAMESPACE}
3030
labels:
3131
name: ${ONLINEBOUTIQUE_NAMESPACE}
32-
istio.io/rev: ${ASM_VERSION}
32+
istio-injection: enabled
3333
istio-discovery: enabled
3434
EOF
3535
```

content/service-mesh/enforce-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
- resource-group-system
4747
parameters:
4848
labels:
49-
- key: istio.io/rev
49+
- key: istio-injection
5050
- key: istio-discovery
5151
EOF
5252
```

content/whereami/set-up-whereami-git-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ metadata:
2929
name: ${WHEREAMI_NAMESPACE}
3030
labels:
3131
name: ${WHEREAMI_NAMESPACE}
32-
istio.io/rev: ${ASM_VERSION}
32+
istio-injection: enabled
3333
istio-discovery: enabled
3434
EOF
3535
```

0 commit comments

Comments
 (0)