Skip to content
Snippets Groups Projects
Unverified Commit e2fb6089 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #2877 from sympatheticmoose/patch-1

Add the `--branch` arg to the basic auth example
parents 3cef177e 95eb7aed
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment