Skip to content

Commit

Permalink
add optional flag in git configuration to skip ssl verfication
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunishwar committed Oct 5, 2023
1 parent b9bb5f7 commit 714c011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/vendir/docs/develop/vendir-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ directories:
identifiers: [beta, rc]
# skip downloading lfs files (optional)
lfsSkipSmudge: false
# skip SSL verification (optional)
skipSslVerification: false
# skip initializing any git submodules (optional; v0.28.0+)
skipInitSubmodules: false
# verify gpg signatures on commits or tags (optional; v0.12.0+)
Expand Down

0 comments on commit 714c011

Please sign in to comment.