From fccb885fb534aeba56defe4d2aed7db06b1e16ee Mon Sep 17 00:00:00 2001 From: Joao Pereira Date: Wed, 21 Feb 2024 15:32:20 -0600 Subject: [PATCH] Add parameter that forces HTTP Basic Auth when talking to git repos Signed-off-by: Joao Pereira --- site/content/kapp-controller/docs/develop/app-spec.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/kapp-controller/docs/develop/app-spec.md b/site/content/kapp-controller/docs/develop/app-spec.md index c1b120ee9..69769cf27 100644 --- a/site/content/kapp-controller/docs/develop/app-spec.md +++ b/site/content/kapp-controller/docs/develop/app-spec.md @@ -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: