Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 16s

This commit is contained in:
ties 2024-08-28 11:28:33 +00:00
parent 6cc9859a4e
commit f65fd0f1c7

View File

@ -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\" |