Skip to content

Commit

Permalink
Merge pull request #727 from carvel-dev/force-git-http-basic-auth
Browse files Browse the repository at this point in the history
Add parameter that forces HTTP Basic Auth when talking to git repos
  • Loading branch information
joaopapereira authored Feb 27, 2024
2 parents 77a0da1 + fccb885 commit fe20d29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/kapp-controller/docs/develop/app-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ spec:
subPath: config-step-2-template
# skip lfs download (optional)
lfsSkipSmudge: true
# Force the usage of HTTP Basic Auth when Basic Auth is provided (optional)
forceHTTPBasicAuth: false
# specifies a strategy to resolve to an explicit ref (optional; v0.24.0+)
refSelection:
semver:
Expand Down

0 comments on commit fe20d29

Please sign in to comment.