We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743a463 commit d8c26ccCopy full SHA for d8c26cc
docs/spec/v1/helmrepositories.md
@@ -370,7 +370,8 @@ credentials for the repository.
370
371
To authenticate towards a Helm repository using basic access authentication
372
(in other words: using a username and password), the referenced Secret is
373
-expected to contain `.data.username` and `.data.password` values.
+expected to contain both `.data.username` and `.data.password` values.
374
+**Note:** Providing only one of these values (username or password) will result in an authentication error.
375
376
For example:
377
0 commit comments