mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-06 12:09:24 +00:00
Allow self-signed certs when using go-git
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
c8bcf19f32
commit
8f0cd35d7a
2 changed files with 12 additions and 12 deletions
|
|
@ -65,7 +65,7 @@ flux create source git [name] [flags]
|
|||
|
||||
```
|
||||
--branch string git branch (default "master")
|
||||
--ca-file string path to TLS CA file used for validating self-signed certificates, requires libgit2
|
||||
--ca-file string path to TLS CA file used for validating self-signed certificates
|
||||
--git-implementation gitImplementation the Git implementation to use, available options are: (go-git, libgit2)
|
||||
-h, --help help for git
|
||||
-p, --password string basic authentication password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue