From 3714ea71377067e28648390bcd89f7054f10c16b Mon Sep 17 00:00:00 2001 From: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:11:20 -0500 Subject: [PATCH] updated the wording in the ADR based on feedback. Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> --- adr/0023-chart-override.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adr/0023-chart-override.md b/adr/0023-chart-override.md index ad779a1eb2..d4fb4661c0 100644 --- a/adr/0023-chart-override.md +++ b/adr/0023-chart-override.md @@ -23,7 +23,7 @@ Key aspects of the proposed implementation include: ## Consequences Adopting this feature would lead to several key improvements: -- **Streamlined Configuration Process**: Centralizing overrides in a single, unified file significantly simplifies the management of configuration settings, aligning more closely with standard Helm practices and reducing the reliance on extensive custom `###ZARF_VAR_XYZ###` templating. +- **Streamlined Configuration Process**: Allowing helm values overrides in the zarf package schema simplifies the user experience by reducing the reliance on extensive custom `###ZARF_VAR_XYZ###` templating and aligning more closely with standard Helm practices Ultimately, this feature is aimed at enhancing the deployment workflow by offering a straightforward and efficient means of customizing Helm chart deployments via command-line inputs.