Browse Source

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 5 years ago committed by GitHub
parent
commit
746bf9b7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/pages/docs/k8s/connect.mdx

2
website/pages/docs/k8s/connect.mdx

@ -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.

Loading…
Cancel
Save