Skip to content

Commit d8c26cc

Browse files
committed
fixup! feat: migrate HelmRepository to runtime/secrets v0.66.0 with strict BasicAuth validation
Signed-off-by: cappyzawa <[email protected]>
1 parent 743a463 commit d8c26cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/spec/v1/helmrepositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ credentials for the repository.
370370

371371
To authenticate towards a Helm repository using basic access authentication
372372
(in other words: using a username and password), the referenced Secret is
373-
expected to contain `.data.username` and `.data.password` values.
373+
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.
374375

375376
For example:
376377

0 commit comments

Comments
 (0)