mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-16 00:35:43 +00:00
Add caFile to create source/secret git commands
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
9d70e09a57
commit
aa533b28fb
5 changed files with 78 additions and 51 deletions
|
|
@ -50,6 +50,7 @@ flux create secret git [name] [flags]
|
|||
### Options
|
||||
|
||||
```
|
||||
--ca-file string path to TLS CA file used for validating self-signed certificates
|
||||
-h, --help help for git
|
||||
-p, --password string basic authentication password
|
||||
--ssh-ecdsa-curve ecdsaCurve SSH ECDSA public key curve (p256, p384, p521) (default p384)
|
||||
|
|
|
|||
|
|
@ -56,6 +56,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
|
||||
--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