From 7c787a3bb0ec2fc4417bffb63c6ec8e529935035 Mon Sep 17 00:00:00 2001 From: David Hong Date: Wed, 11 Dec 2019 10:05:40 +1100 Subject: [PATCH] Add version information for git submodule support (#2855) --- docs/user-guide/private-repositories.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/private-repositories.md b/docs/user-guide/private-repositories.md index 437b28c6f4..d41b37af0f 100644 --- a/docs/user-guide/private-repositories.md +++ b/docs/user-guide/private-repositories.md @@ -346,6 +346,8 @@ argocd repo add git@github.com:argoproj/argocd-example-apps.git --ssh-private-ke ## Git Submodules +> v1.4 or later + Submodules are supported and will be picked up automatically. If the submodule repository requires authentication then the credentials will need to match the credentials of the parent repository. Set ARGOCD_GIT_MODULES_ENABLED=false to disable submodule support ## Declarative Configuration