Merge pull request #44251 from paulRenault/patch-1

Fix typo in TLS Secrets part
pull/39445/head
Kubernetes Prow Robot 2023-12-07 17:12:10 +01:00 committed by GitHub
commit 85703e5559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.