Fix wording of basic auth secret doc to keep it consistent with validation

This commit is contained in:
Vivek Koppuru
2021-11-05 18:18:03 +05:30
parent 77106691d7
commit 4f9f1dccfc
@@ -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.