Skip to content

Commit

Permalink
update flag name to dangerousSkipTLSVerify
Browse files Browse the repository at this point in the history
Signed-off-by: Varsha Munishwar <[email protected]>
  • Loading branch information
vmunishwar committed Oct 10, 2023
1 parent 0864a7f commit 46e5c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/vendir/docs/develop/vendir-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ directories:
identifiers: [beta, rc]
# skip downloading lfs files (optional)
lfsSkipSmudge: false
# skip SSL verification (optional)
skipSslVerification: false
# skip SSL/TLS verification (optional)
dangerousSkipTLSVerify: 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 46e5c23

Please sign in to comment.