From 13a538c386bd400265dfa43a2cd12bec3fb7a5e5 Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:11:54 -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 cbd710426b..07080915e9 100644 --- a/adr/0023-chart-override.md +++ b/adr/0023-chart-override.md @@ -17,7 +17,7 @@ To address this issue, we propose the introduction of a feature designed to simp Key aspects of the proposed implementation include: - Use existing `--set` flags to specify overrides for chart values. -- The ability to list all overrides in a structured and easily understandable format within the ZarfConfig file. +- The ability to list all overrides in a structured and easily understandable format within `zarf.yaml`. - Ensuring that during deployment, these specified overrides take precedence over the chart's default values, thus facilitating customized deployments without necessitating permanent modifications to the chart. ## Consequences