From 285b528a84cbecd239718dcbccc4db9cee4c58e0 Mon Sep 17 00:00:00 2001 From: Rohit Aggarwal Date: Tue, 8 Oct 2024 11:02:40 +0530 Subject: [PATCH] Add depth in the fetch section of git config for app spec in kapp-controller Signed-off-by: Rohit Aggarwal --- 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 14ec40e3..e8a3f022 100644 --- a/site/content/kapp-controller/docs/develop/app-spec.md +++ b/site/content/kapp-controller/docs/develop/app-spec.md @@ -142,6 +142,8 @@ spec: name: secret-name # grab only portion of repository (optional) subPath: config-step-2-template + # depth of commits to fetch; 1 (default) means only latest commit, 0 means everything (optional) + depth: 1 # skip lfs download (optional) lfsSkipSmudge: true # Force the usage of HTTP Basic Auth when Basic Auth is provided (optional)