mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
docs: Docs usage fix (#23450)
Signed-off-by: Tanner Stirrat <tstirrat@gmail.com>
This commit is contained in:
parent
590d0cda64
commit
2fc05c58e7
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ from your application source code, is highly recommended for the following reaso
|
|||
cleaner Git history of what changes were made, without the noise coming from check-ins due to
|
||||
normal development activity.
|
||||
|
||||
3. Your application may be comprised of services built from multiple Git repositories, but is
|
||||
deployed as a single unit. Oftentimes, microservices applications are comprised of services
|
||||
3. Your application may comprise services built from multiple Git repositories, but is
|
||||
deployed as a single unit. Oftentimes, microservices applications comprise services
|
||||
with different versioning schemes, and release cycles (e.g. ELK, Kafka + ZooKeeper). It may not
|
||||
make sense to store the manifests in one of the source code repositories of a single component.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue