From 171bd93c4567f1f2ab2313034d563499cc623b0c Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:11:34 -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 4661e9957b..afc0cea9f1 100644 --- a/adr/0023-chart-override.md +++ b/adr/0023-chart-override.md @@ -9,7 +9,7 @@ Accepted ## Context -The process of deploying applications with Helm charts in Kubernetes environments often necessitates the customization of chart values to align with specific operational or environmental requirements. The current method for customizing these values—either through manual edits or `###`. A more streamlined approach would greatly enhance the deployment experience by offering both flexibility and reliability. +The process of deploying applications with Helm charts in Kubernetes environments often necessitates the customization of chart values to align with specific operational or environmental requirements. The current method for customizing these values—either through manual edits or `###ZARF_VAR_XYZ###`. A more streamlined approach would greatly enhance the deployment experience by offering both flexibility and reliability. ## Decision