From 0c16d638faf6e2839b47ddc8ebcdde78218d6f27 Mon Sep 17 00:00:00 2001 From: Samuel Tauil Date: Wed, 25 Oct 2023 16:20:53 -0400 Subject: [PATCH] Added numbered list back, fixes #68 Signed-off-by: Samuel Tauil Signed-off-by: Samuel Tauil Signed-off-by: Samuel Tauil --- PRINCIPLES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index 57110fd..ffabe35 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -5,19 +5,19 @@ These principles are derived from modern software operations, but are also roote The [desired state](./GLOSSARY.md#desired-state) of a GitOps managed system must be: -- ## Declarative +1. ## Declarative A [system](./GLOSSARY.md#software-system) managed by GitOps must have its desired state expressed [declaratively](./GLOSSARY.md#declarative-description). -- ## Versioned and Immutable +2. ## Versioned and Immutable Desired state is [stored](./GLOSSARY.md#state-store) in a way that enforces immutability, versioning and retains a complete version history. -- ## Pulled Automatically +3. ## Pulled Automatically Software agents automatically pull the desired state declarations from the source. -- ## Continuously Reconciled + 4. ## Continuously Reconciled Software agents [continuously](./GLOSSARY.md#continuous) observe actual system state and [attempt to apply](./GLOSSARY.md#reconciliation) the desired state.