Skip to content

Commit

Permalink
provide dangerousSkipTLSVerify flag to vendir
Browse files Browse the repository at this point in the history
Signed-off-by: sethiyash <[email protected]>
  • Loading branch information
sethiyash committed Dec 13, 2023
1 parent 6823792 commit a438f0d
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 166 deletions.
9 changes: 9 additions & 0 deletions config/config/crds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ spec:
git:
description: Uses git to clone repository
properties:
dangerousSkipTLSVerify:
description: Skip TLS verification (optional)
type: boolean
lfsSkipSmudge:
description: Skip lfs download (optional)
type: boolean
Expand Down Expand Up @@ -825,6 +828,9 @@ spec:
git:
description: Uses git to clone repository
properties:
dangerousSkipTLSVerify:
description: Skip TLS verification (optional)
type: boolean
lfsSkipSmudge:
description: Skip lfs download (optional)
type: boolean
Expand Down Expand Up @@ -1647,6 +1653,9 @@ spec:
git:
description: Uses git to clone repository containing package list
properties:
dangerousSkipTLSVerify:
description: Skip TLS verification (optional)
type: boolean
lfsSkipSmudge:
description: Skip lfs download (optional)
type: boolean
Expand Down
Loading

0 comments on commit a438f0d

Please sign in to comment.