Merge pull request #26203 from Btakuski/patch-1

Grammatical error in secret.md
pull/26242/head
Kubernetes Prow Robot 2021-01-25 09:18:54 -08:00 committed by GitHub
commit 6ce3a86545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ ConfigMap.
### TLS secrets
Kubernetes provides a builtin Secret type `kubernetes.io/tls` for to storing
Kubernetes provides a builtin Secret type `kubernetes.io/tls` for storing
a certificate and its associated key that are typically used for TLS . This
data is primarily used with TLS termination of the Ingress resource, but may
be used with other resources or directly by a workload.