From 629561044d7285edd66478dd37b3619a55370354 Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Tue, 17 Dec 2024 18:55:03 +0100 Subject: [PATCH] chore: run make docs-and-schema Signed-off-by: Maciej Szulik --- site/src/content/docs/commands/zarf_tools_update-creds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/content/docs/commands/zarf_tools_update-creds.md b/site/src/content/docs/commands/zarf_tools_update-creds.md index 092dda8018..54e32efc65 100644 --- a/site/src/content/docs/commands/zarf_tools_update-creds.md +++ b/site/src/content/docs/commands/zarf_tools_update-creds.md @@ -59,13 +59,13 @@ $ zarf tools update-creds artifact --artifact-push-username={USERNAME} --artifac --git-pull-password string Password for the pull-only user to access the git server --git-pull-username string Username for pull-only access to the git server --git-push-password string Password for the push-user to access the git server - --git-push-username string Username to access to the git server Zarf is configured to use. User must be able to create repositories via 'git push' + --git-push-username string Username to access to the git server Zarf is configured to use. User must be able to create repositories via 'git push' (default "zarf-git-user") --git-url string External git server url to use for this Zarf cluster -h, --help help for update-creds --registry-pull-password string Password for the pull-only user to access the registry --registry-pull-username string Username for pull-only access to the registry --registry-push-password string Password for the push-user to connect to the registry - --registry-push-username string Username to access to the registry Zarf is configured to use + --registry-push-username string Username to access to the registry Zarf is configured to use (default "zarf-push") --registry-url string External registry url address to use for this Zarf cluster ```