Skip to content

Commit

Permalink
Fix minor grammar (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
panyuenlau committed May 15, 2023
1 parent 4f86538 commit 6cefa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|:------------:|:-------------------|
Expand Down

0 comments on commit 6cefa5f

Please sign in to comment.