From e7c0a402136c2fa33825aa81b2d2c0e34281e8be Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 4 Dec 2023 14:35:08 -0500 Subject: [PATCH 1/3] Fix pull link added in #65 Signed-off-by: Scott Rigby --- PRINCIPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index 186bdea..d0712be 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -15,7 +15,7 @@ The [desired state](./GLOSSARY.md#desired-state) of a GitOps managed system must 3. ## Pulled Automatically - Software agents automatically [pull]((./GLOSSARY.md#pull)) the desired state declarations from the source. + Software agents automatically [pull](./GLOSSARY.md#pull) the desired state declarations from the source. 4. ## Continuously Reconciled From 13ef1b1814d19c0f5f87da317c045f453dfaf089 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 4 Dec 2023 14:36:21 -0500 Subject: [PATCH 2/3] Fix extra space added in #69 Signed-off-by: Scott Rigby --- PRINCIPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index d0712be..99bf728 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -17,7 +17,7 @@ The [desired state](./GLOSSARY.md#desired-state) of a GitOps managed system must Software agents automatically [pull](./GLOSSARY.md#pull) the desired state declarations from the source. - 4. ## 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. From 747050b51302be3c0762a817fb912c2685cd3b2d Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 4 Dec 2023 14:40:21 -0500 Subject: [PATCH 3/3] Fix extra line and whitespace added in #33 Signed-off-by: Scott Rigby --- PRINCIPLES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index 99bf728..efda6c8 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -20,4 +20,3 @@ The [desired state](./GLOSSARY.md#desired-state) of a GitOps managed system must 4. ## Continuously Reconciled Software agents [continuously](./GLOSSARY.md#continuous) observe actual system state and [attempt to apply](./GLOSSARY.md#reconciliation) the desired state. -