From 6cefa5fc6d7d07e6161e00081c8cd583b78e2631 Mon Sep 17 00:00:00 2001 From: Darren Lau Date: Mon, 15 May 2023 10:30:29 -0400 Subject: [PATCH] Fix minor grammar (#117) --- docs/ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ssl.md b/docs/ssl.md index 56d7ae3..60e731e 100644 --- a/docs/ssl.md +++ b/docs/ssl.md @@ -20,7 +20,7 @@ The following example enables SSL and automatically generates the certificates: {{< include-code "enable-ssl.sample" "yaml" >}} -If `sslSecrets.create` is `false`, the operator will look for the secret at `sslSecrets.tlsSecretName` in the same namespace of the **KafkaCluster** custom resource and expect these values: +If `sslSecrets.create` is `false`, the operator will look for the secret at `sslSecrets.tlsSecretName` in the namespace of the **KafkaCluster** custom resource and expect these values: | Key | Value | |:------------:|:-------------------|