Update to correct parameter name in docs

This commit is contained in:
Rebecca Zanzig 2019-05-14 15:30:59 -07:00
parent 6e2a8e6b10
commit 1fd7f667ee
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ to run the sync program.
The name of the private key for the certificate file within the The name of the private key for the certificate file within the
`secretName` secret. `secretName` secret.
* <a name="v-connectinject-acl-bindingrule-selector" href="#v-connectinject-acl-bindingrule-selector">`namespaceSelector`</a> (`string: "serviceaccount.name!=default"`) - * <a name="v-connectinject-acl-bindingrule-selector" href="#v-connectinject-acl-bindingrule-selector">`aclBindingRuleSelector`</a> (`string: "serviceaccount.name!=default"`) -
A [selector](/docs/acl/acl-auth-methods.html#binding-rules) for restricting automatic injection to only matching services based on A [selector](/docs/acl/acl-auth-methods.html#binding-rules) for restricting automatic injection to only matching services based on
their associated service account. By default, services using the `default` Kubernetes service account will not have a proxy injected. their associated service account. By default, services using the `default` Kubernetes service account will not have a proxy injected.