From 35b03933761dac719878fc5eadbd02a043d6eac8 Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:11:46 -0500 Subject: [PATCH] Update adr/0023-chart-override.md Co-authored-by: razzle --- 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 afc0cea9f1..cbd710426b 100644 --- a/adr/0023-chart-override.md +++ b/adr/0023-chart-override.md @@ -23,6 +23,6 @@ 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 `###` templating. +- **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. 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.