diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md
index 5a2eb31df..4f28406a6 100644
--- a/website/source/docs/platform/k8s/helm.html.md
+++ b/website/source/docs/platform/k8s/helm.html.md
@@ -265,9 +265,9 @@ to run the sync program.
* `aclSyncToken` - references a Kubernetes [secret](https://kubernetes.io/docs/concepts/configuration/secret/#creating-your-own-secrets) that contains an existing Consul ACL token. This will provide the sync process the correct permissions. This is only needed if ACLs are enabled on the Consul cluster.
- - secretName `(string: null)` - The name of the Kubernetes secret. This defaults to null.
+ - secretName `(string: null)` - The name of the Kubernetes secret. This defaults to null.
- - secretKey `(string: null)` - The key for the Kubernetes secret. This defaults to null.
+ - secretKey `(string: null)` - The key for the Kubernetes secret. This defaults to null.
* `ui` - Values that configure the Consul UI.