Skip to content

Commit

Permalink
Add forceHTTPBasicAuth to git configuration
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Feb 23, 2024
1 parent 5a37de1 commit 62cf231
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 163 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:
forceHTTPBasicAuth:
description: Force the usage of HTTP Basic Auth when Basic Auth is provided (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:
forceHTTPBasicAuth:
description: Force the usage of HTTP Basic Auth when Basic Auth is provided (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:
forceHTTPBasicAuth:
description: Force the usage of HTTP Basic Auth when Basic Auth is provided (optional)
type: boolean
lfsSkipSmudge:
description: Skip lfs download (optional)
type: boolean
Expand Down
Loading

0 comments on commit 62cf231

Please sign in to comment.