Fixed typo in configuration section (#1698)
* chore: Update Ubuntu image to LTS version 24.04 (#1696) Signed-off-by: Patrick Hobusch <patrick@hobusch.net> Signed-off-by: Vedran Kolka <vedran.kolka@syntio.net> * Fixed typo in configuration section The comment for setting the password for a Helm repository said it was the "username". Changed it to "password" Signed-off-by: Vedran Kolka <vedran.kolka@syntio.net> --------- Signed-off-by: Patrick Hobusch <patrick@hobusch.net> Signed-off-by: Vedran Kolka <vedran.kolka@syntio.net> Co-authored-by: Patrick Hobusch <pathob@users.noreply.github.com> Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
parent
2ec61d8491
commit
4821b1d498
|
|
@ -146,7 +146,7 @@ repositories:
|
|||
keyFile: optional_client_key
|
||||
# username is retrieved from the environment with the format <registryNameUpperCase>_USERNAME for CI usage, here ROBOLL_USERNAME
|
||||
username: optional_username
|
||||
# username is retrieved from the environment with the format <registryNameUpperCase>_PASSWORD for CI usage, here ROBOLL_PASSWORD
|
||||
# password is retrieved from the environment with the format <registryNameUpperCase>_PASSWORD for CI usage, here ROBOLL_PASSWORD
|
||||
password: optional_password
|
||||
oci: true
|
||||
passCredentials: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue