Skip to content

Commit 6f53539

Browse files
authored
Merge pull request #51947 from rh-tokeefe/OSSMDOC-717
OSSMDOC-717: disabling auto injection does not work
2 parents 9a68c58 + ae82e96 commit 6f53539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ossm-vs-istio.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The command line tool for {SMProductName} is `oc`.  {SMProductName} does not s
2727

2828
The upstream Istio community installation automatically injects the sidecar into pods within the projects you have labeled.
2929

30-
{SMProductName} does not automatically inject the sidecar to any pods, but requires you to opt in to injection using an annotation without labeling projects. This method requires fewer privileges and does not conflict with other OpenShift capabilities such as builder pods. To enable automatic injection you specify the `sidecar.istio.io/inject` annotation as described in the Automatic sidecar injection section.
30+
{SMProductName} does not automatically inject the sidecar into any pods, but you must opt in to injection using an annotation without labeling projects. This method requires fewer privileges and does not conflict with other {product-title} capabilities such as builder pods. To enable automatic injection, specify the `sidecar.istio.io/inject` label, or annotation, as described in the _Automatic sidecar injection_ section.
3131

3232
.Sidecar injection label and annotation settings
3333
[options="header"]
@@ -43,7 +43,7 @@ The upstream Istio community installation automatically injects the sidecar into
4343

4444
|Pod Label
4545
|supports "true" and "false"
46-
|not supported
46+
|supports "true" and "false"
4747

4848
|Pod Annotation
4949
|supports "false" only

0 commit comments

Comments
 (0)