From f65fd0f1c7fe814d8591f801d5a5748467ebf4e6 Mon Sep 17 00:00:00 2001 From: ties Date: Wed, 28 Aug 2024 11:28:33 +0000 Subject: [PATCH] Update createHelmYaml.sh --- createHelmYaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createHelmYaml.sh b/createHelmYaml.sh index 0472367..b4e6afc 100644 --- a/createHelmYaml.sh +++ b/createHelmYaml.sh @@ -23,7 +23,7 @@ createHelmYaml() { # Load the raw content of values.yaml - values_content=$(cat values.yaml | yq -r ".$chart_name") + values_content=$(cat values.yaml | yq -y ".$chart_name") # Create HelmChart content in a variable helm_chart_yaml=$(yq eval -n -y ".apiVersion = \"helm.cattle.io/v1\" |