From 714c011b74e41216f157766a6a19313eee3f326b Mon Sep 17 00:00:00 2001 From: Varsha Munishwar Date: Thu, 5 Oct 2023 11:35:31 -0700 Subject: [PATCH] add optional flag in git configuration to skip ssl verfication --- site/content/vendir/docs/develop/vendir-spec.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/vendir/docs/develop/vendir-spec.md b/site/content/vendir/docs/develop/vendir-spec.md index 9845b43b8..105c41f24 100644 --- a/site/content/vendir/docs/develop/vendir-spec.md +++ b/site/content/vendir/docs/develop/vendir-spec.md @@ -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+)