Skip to content

Commit

Permalink
Fix typo in TLS Secrets part
Browse files Browse the repository at this point in the history
  • Loading branch information
paulRenault committed Dec 7, 2023
1 parent 8737933 commit 3b306af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/configuration/secret.md
Expand Up @@ -381,7 +381,7 @@ The following YAML contains an example config for a TLS Secret:

The TLS Secret type is provided only for convenience.
You can create an `Opaque` type for credentials used for TLS authentication.
However, using the defined and public Secret type (`kubernetes.io/ssh-auth`)
However, using the defined and public Secret type (`kubernetes.io/tls`)
helps ensure the consistency of Secret format in your project. The API server
verifies if the required keys are set for a Secret of this type.

Expand Down

0 comments on commit 3b306af

Please sign in to comment.