Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 13s
All checks were successful
Build docker container / Build image (push) Successful in 13s
This commit is contained in:
parent
a223a63184
commit
d1b774ed0e
@ -22,7 +22,8 @@ createHelmYaml() {
|
||||
fi
|
||||
|
||||
# Load the raw content of values.yaml
|
||||
values_content=$(cat values.yaml)
|
||||
|
||||
values_content=$(cat values.yaml | yq -r ".$chart_name")
|
||||
|
||||
# Create HelmChart content in a variable
|
||||
helm_chart_yaml=$(yq eval -n ".apiVersion = \"helm.cattle.io/v1\" |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user