From 48004c99cccb012cb63cb3bcf4a6cc7fa93620bd Mon Sep 17 00:00:00 2001 From: Bartlomiej Takuski Date: Fri, 22 Jan 2021 16:02:48 -0600 Subject: [PATCH] Grammatical error in secret.md Fixing a minor grammatical error in secret.md --- content/en/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index e0512f8b9b..8bfa67f0a2 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -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.