From 1fd7f667ee246dda0cc8a283d2eefdaeb5d3fa2a Mon Sep 17 00:00:00 2001 From: Rebecca Zanzig Date: Tue, 14 May 2019 15:30:59 -0700 Subject: [PATCH] Update to correct parameter name in docs --- website/source/docs/platform/k8s/helm.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index f8bbd3eb1..6e1af8699 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -349,7 +349,7 @@ to run the sync program. The name of the private key for the certificate file within the `secretName` secret. - * `namespaceSelector` (`string: "serviceaccount.name!=default"`) - + * `aclBindingRuleSelector` (`string: "serviceaccount.name!=default"`) - 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.