Merge pull request #99519 from whydoubt/typos

Correct a misspelling of 'secret'.
This commit is contained in:
Kubernetes Prow Robot 2021-04-23 19:27:27 -07:00 committed by GitHub
commit abc92e471d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5908,7 +5908,7 @@ const (
// TODO: Consider supporting different formats, specifying CA/destinationCA.
SecretTypeTLS SecretType = "kubernetes.io/tls"
// TLSCertKey is the key for tls certificates in a TLS secert.
// TLSCertKey is the key for tls certificates in a TLS secret.
TLSCertKey = "tls.crt"
// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
TLSPrivateKeyKey = "tls.key"