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 aa61917 commit 8260531Copy full SHA for 8260531
dev/preview/workflow/preview/deploy-gitpod.sh
@@ -590,7 +590,7 @@ export -f diff-apply
590
mkdir temp-installer || true
591
pushd temp-installer
592
# this will split the big yaml produced by the installer, so we can diff individual parts of it and run them in parallel
593
-yq4 -s '.kind + "_" + .metadata.name' "../${INSTALLER_RENDER_PATH}"
+yq4 -s '.kind + "_" + (.metadata.namespace // "") + "_" + .metadata.name' "../${INSTALLER_RENDER_PATH}"
594
rm .yml || true # this one is a leftover from the split
595
# shellcheck disable=SC2038
596
find . | xargs -n 1 -I {} -P 5 bash -c "diff-apply ${PREVIEW_K3S_KUBE_CONTEXT} {}"
0 commit comments