1
0
mirror of synced 2026-03-14 15:36:56 +00:00

Merge pull request #2877 from sympatheticmoose/patch-1

Add the `--branch` arg to the basic auth example
This commit is contained in:
Stefan Prodan
2022-06-28 14:43:42 +03:00
committed by GitHub

View File

@@ -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,