From 4821b1d498db4eaab055761531e17f254293f26f Mon Sep 17 00:00:00 2001 From: Vedran Kolka Date: Tue, 10 Sep 2024 01:16:46 +0200 Subject: [PATCH] Fixed typo in configuration section (#1698) * chore: Update Ubuntu image to LTS version 24.04 (#1696) Signed-off-by: Patrick Hobusch Signed-off-by: Vedran Kolka * 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 --------- Signed-off-by: Patrick Hobusch Signed-off-by: Vedran Kolka Co-authored-by: Patrick Hobusch Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e87a35cb..97745e42 100644 --- a/docs/index.md +++ b/docs/index.md @@ -146,7 +146,7 @@ repositories: keyFile: optional_client_key # username is retrieved from the environment with the format _USERNAME for CI usage, here ROBOLL_USERNAME username: optional_username - # username is retrieved from the environment with the format _PASSWORD for CI usage, here ROBOLL_PASSWORD + # password is retrieved from the environment with the format _PASSWORD for CI usage, here ROBOLL_PASSWORD password: optional_password oci: true passCredentials: true