Correct a misspelling of 'secret'.

This commit is contained in:
Jeff Smith 2021-02-26 19:37:28 -06:00
parent fb6349c15b
commit 19fefdd0e3

View File

@ -5843,7 +5843,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"