From 4f9f1dccfc9470fcc129223e1d026519db5129d5 Mon Sep 17 00:00:00 2001 From: Vivek Koppuru Date: Fri, 5 Nov 2021 18:18:03 +0530 Subject: [PATCH] Fix wording of basic auth secret doc to keep it consistent with validation --- 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 2f630be2b9..5f1b5e1f52 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -244,7 +244,7 @@ on the fly: The `kubernetes.io/basic-auth` type is provided for storing credentials needed for basic authentication. When using this Secret type, the `data` field of the -Secret must contain the following two keys: +Secret must contain one of the following two keys: - `username`: the user name for authentication; - `password`: the password or token for authentication.