mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Add version information for git submodule support (#2855)
This commit is contained in:
parent
ef2501f4b1
commit
7c787a3bb0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue