Merge pull request #26203 from Btakuski/patch-1

Grammatical error in secret.md
This commit is contained in:
Kubernetes Prow Robot
2021-01-25 09:18:54 -08:00
committed by GitHub
@@ -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.