Merge pull request #30369 from vivek-koppuru/basic-auth-fix

Fix wording of basic auth secret doc to keep it consistent with validation
This commit is contained in:
Kubernetes Prow Robot
2021-11-09 17:15:26 -08:00
committed by GitHub
@@ -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.