Skip to content

Commit 9d0cb9a

Browse files
committed
Remove accidental duplicate sentence portion
Made during co-chairs meeting, following group feedback Signed-off-by: Scott Rigby <[email protected]>
1 parent 0acb069 commit 9d0cb9a

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)