From 45cd99ddec714147b76244c8ff03d8fa4cc7b70d Mon Sep 17 00:00:00 2001 From: Brice Fernandes Date: Wed, 17 Feb 2021 17:09:35 +0000 Subject: [PATCH] Remove ambiguous statement Signed-off-by: Brice Fernandes --- PRINCIPLES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index 1390f71..d8e1f8e 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -90,7 +90,6 @@ A system managed by GitOps must have its _Desired State_ expressed declaritively _Configuration_ is a common feature of most software systems. By "Configuration", we mean _data that defines how a system or subsystem should behave_. -This configuration data is distinct and separate from the data a system will process. For example, the same web server code may be running on thousands of different servers managed by hundreds of different companies. The behaviour of an individual webserver will differ based on how it is configured.