docs: change "is" to "can be" in connect docs (#7902)

The doc says: "When the Connect injector is installed, the Connect sidecar is automatically added to all pods." But, it depends on the configuration, so I think it's better to say: "When the Connect injector is installed, the Connect sidecar can automatically added to all pods."
pull/7938/head
Patrice Krakow 2020-05-20 12:40:24 +02:00 committed by GitHub
parent 5c7af90154
commit 746bf9b7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ automatically installed and configured using the
When the
[Connect injector is installed](/docs/k8s/connect#installation-and-configuration),
the Connect sidecar is automatically added to all pods. This sidecar can both
the Connect sidecar can be automatically added to all pods. This sidecar can both
accept and establish connections using Connect, enabling the pod to communicate
to clients and dependencies exclusively over authorized and encrypted
connections.