We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fea65 commit d68a253Copy full SHA for d68a253
dev/preview/workflow/preview/deploy-gitpod.sh
@@ -604,7 +604,7 @@ export -f diff-apply
604
mkdir temp-installer || true
605
pushd temp-installer
606
# this will split the big yaml produced by the installer, so we can diff individual parts of it and run them in parallel
607
-yq4 -s '.kind + "_" + .metadata.namespace + "_" + .metadata.name' "../${INSTALLER_RENDER_PATH}"
+yq4 -s '.kind + "_" + .metadata.namespace // "" + "_" + .metadata.name' "../${INSTALLER_RENDER_PATH}"
608
rm .yml || true # this one is a leftover from the split
609
# shellcheck disable=SC2038
610
find . | xargs -n 1 -I {} -P 5 bash -c "diff-apply ${PREVIEW_K3S_KUBE_CONTEXT} {}"
0 commit comments