mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
docs: typo/punctuation in tracking_strategies.md (#3449)
* Fix typo/punctuation * Add Honestbank to USERS.md * fix: typo in image caption Signed-off-by: Jai Govindani <jai@honestbank.com>
This commit is contained in:
parent
c2ff86e8b2
commit
490d4004b1
3 changed files with 3 additions and 2 deletions
1
USERS.md
1
USERS.md
|
|
@ -24,6 +24,7 @@ Currently, the following organizations are **officially** using Argo CD:
|
|||
1. [GMETRI](https://gmetri.com/)
|
||||
1. [Healy](https://www.healyworld.net)
|
||||
1. [hipages](https://hipages.com.au/)
|
||||
1. [Honestbank](https://honestbank.com)
|
||||
1. [Intuit](https://www.intuit.com/)
|
||||
1. [KintoHub](https://www.kintohub.com/)
|
||||
1. [KompiTech GmbH](https://www.kompitech.com/)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ or UI:
|
|||
|
||||

|
||||
|
||||
*Note: username in screenshot is for illustration purposes only , we have no relationship to this GitHub account should it exists*
|
||||
*Note: username in screenshot is for illustration purposes only , we have no relationship to this GitHub account should it exist.*
|
||||
|
||||
1. Click `Connect` to test the connection and have the repository added
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Tracking and Deployment Strategies
|
||||
|
||||
An Argo CD application spec provides several different ways of track Kubernetes resource manifests
|
||||
An Argo CD application spec provides several different ways of tracking Kubernetes resource manifests.
|
||||
|
||||
In all tracking strategies, the app has the option to sync automatically. If [auto-sync](auto_sync.md)
|
||||
is configured, the new resources manifests will be applied automatically -- as soon as a difference
|
||||
|
|
|
|||
Loading…
Reference in a new issue