Add version information for git submodule support (#2855)

This commit is contained in:
David Hong 2019-12-11 10:05:40 +11:00 committed by Alex Collins
parent ef2501f4b1
commit 7c787a3bb0

View file

@ -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