From dbfc3a5191f68fde9d090594c4445503348eabd0 Mon Sep 17 00:00:00 2001 From: Mike Bell Date: Thu, 7 Mar 2024 10:54:10 +0000 Subject: [PATCH] Add caveat about starter pack in live --- .../038-split-components-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture-decision-record/038-split-components-infrastructure.md b/architecture-decision-record/038-split-components-infrastructure.md index 34580853..29dc1927 100644 --- a/architecture-decision-record/038-split-components-infrastructure.md +++ b/architecture-decision-record/038-split-components-infrastructure.md @@ -16,7 +16,7 @@ We propose to add a new level to our build process called core. This splits our - Core - Core components that are required for our users to be able to safely and securely deploy their application to. - Components - Optional components that provide additional functionality to a cluster -> Components are not optional in `live`. When testing new components and features all components should be used to make sure there are no edge case issues. +> Components are not optional in `live` (apart from the starter pack). When testing new components and features all components should be used to make sure there are no edge case issues. ### Considerations