Skip to content

Commit f03eb23

Browse files
Merge pull request #32 from open-gitops/fast-follow-fix
Remove accidental duplicate sentence portion
2 parents 0acb069 + 9d0cb9a commit f03eb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GLOSSARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This glossary accompanies the [GitOps Principles](./PRINCIPLES.md), and other su
2222
- ## Reconciliation
2323

2424
The process of ensuring the actual state of a system matches its [desired state](#desired-state).
25-
Contrary to traditional CI/CD where automation is generally driven by pre-set triggers, in GitOps reconciliation is triggered whenever there is a divergence with [feedback](#feedback) from previous attempts. Divergence could be due to the actual state unintentionally [drifting](#drift) from the desired state declarations, or a new desired state declaration version having been changed intentionally.
25+
Contrary to traditional CI/CD where automation is generally driven by pre-set triggers, in GitOps reconciliation is triggered whenever there is a divergence. Divergence could be due to the actual state unintentionally [drifting](#drift) from the desired state declarations, or a new desired state declaration version having been changed intentionally.
2626
Actions are taken based on policies around [feedback](./GLOSSARY.md#feedback) from the system and previous reconciliation attempts, in order to reduce deviation over time.
2727

2828
- ## Software System

0 commit comments

Comments
 (0)