mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
Detypo architecture doc (#2332)
This commit is contained in:
parent
afce1abbfb
commit
cf3436dcb3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@ manifests when provided the following inputs:
|
|||
The application controller is a Kubernetes controller which continuously monitors running
|
||||
applications and compares the current, live state against the desired target state (as specified in
|
||||
the repo). It detects `OutOfSync` application state and optionally takes corrective action. It
|
||||
is responsible for invoking any user-defined hooks for lifcecycle events (PreSync, Sync, PostSync)
|
||||
is responsible for invoking any user-defined hooks for lifecycle events (PreSync, Sync, PostSync)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue