From 035e0fc9cd179371dbb94529adb135fb805dd802 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Thu, 7 Oct 2021 13:11:10 -0400 Subject: [PATCH 1/2] "form" -> "forms" Signed-off-by: Kingdon Barrett --- GLOSSARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GLOSSARY.md b/GLOSSARY.md index 82369f1..b092676 100644 --- a/GLOSSARY.md +++ b/GLOSSARY.md @@ -12,7 +12,7 @@ This glossary accompanies the [GitOps Principles](./PRINCIPLES.md), and other su - ## Desired State - The aggregate of all configuration data for a system form its desired state which is defined as data sufficient to recreate the system so that instances of the system are behaviourally indistinguishable. + The aggregate of all configuration data for a system forms its desired state which is defined as data sufficient to recreate the system so that instances of the system are behaviourally indistinguishable. This configuration data generally does not include persistent application data, eg. database contents, though often does include credentials for accessing that data, or configuration for data recovery tools running on that system. - ## Drift From 88eb554a5a45509f56c91b7558a46437b2271379 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Fri, 8 Oct 2021 11:19:45 -0400 Subject: [PATCH 2/2] per Scott's suggestion Signed-off-by: Kingdon Barrett --- GLOSSARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GLOSSARY.md b/GLOSSARY.md index b092676..1192d5e 100644 --- a/GLOSSARY.md +++ b/GLOSSARY.md @@ -12,7 +12,7 @@ This glossary accompanies the [GitOps Principles](./PRINCIPLES.md), and other su - ## Desired State - The aggregate of all configuration data for a system forms its desired state which is defined as data sufficient to recreate the system so that instances of the system are behaviourally indistinguishable. + The aggregate of all configuration data that is sufficient to recreate the system so that instances of the system are behaviourally indistinguishable. This configuration data generally does not include persistent application data, eg. database contents, though often does include credentials for accessing that data, or configuration for data recovery tools running on that system. - ## Drift