File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cp "${GIT_REPO_ROOT}/charts/cluster-api-runtime-extensions-nutanix/templates/hel
1515gh release download " ${PREVIOUS_CAREN_CHARTS_VERSION} " \
1616 -p " runtime-extension-components.yaml" -D " ${ASSETS_DIR} /" --clobber
1717
18- cat " ${ASSETS_DIR} /runtime-extension-components.yaml " | yq e ' . | select(.metadata.name == "default-helm-addons-config")' >> " ${ASSETS_DIR} /previous-charts.yaml"
18+ yq e ' . | select(.metadata.name == "default-helm-addons-config")' >> " ${ASSETS_DIR} /previous-charts.yaml " < " ${ASSETS_DIR} /runtime-extension-components .yaml"
1919
2020# this sed line is needed because the go library is unable to parse yaml with a template string.
2121sed -i s/" {{ .Values.helmAddonsConfigMap }}" /placeholder/g " ${ASSETS_DIR} /helm-config.yaml"
You can’t perform that action at this time.
0 commit comments