Skip to content
Snippets Groups Projects
Unverified Commit 95eb7aed authored by David Harris's avatar David Harris Committed by GitHub
Browse files

add branch to basic auth example


Without a reference specified, the create command will fail. 

Signed-off-by: default avatarDavid Harris <david.harris@weave.works>
parent 3cef177e
Branches
Tags
No related merge requests found
......@@ -117,6 +117,7 @@ For private Git repositories, the basic authentication credentials are stored in
# Create a source for a Git repository using basic authentication
flux create source git podinfo \
--url=https://github.com/stefanprodan/podinfo \
--branch=master \
--username=username \
--password=password`,
RunE: createSourceGitCmdRun,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment