Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 16s
All checks were successful
Build docker container / Build image (push) Successful in 16s
This commit is contained in:
parent
6cc9859a4e
commit
f65fd0f1c7
@ -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\" |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user