File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ci-operator/step-registry/hypershift/kubevirt/create Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ function support_np_skew() {
3434 if [[ -n " $HOSTEDCLUSTER_RELEASE_IMAGE_LATEST " && -n " $NODEPOOL_RELEASE_IMAGE_LATEST " && -n " $MCE " ]]; then
3535 # >= 2.7: "--render-sensitive --render", else: "--render"
3636 if [[ " $( printf ' %s\n' " 2.7" " $MCE_VERSION " | sort -V | head -n1) " == " 2.7" ]]; then
37- extra_flags +=" --render-sensitive --render > /tmp/hc.yaml "
37+ EXTRA_FLARGS +=" --render-sensitive --render > /tmp/hc.yaml "
3838 else
39- extra_flags +=" --render > /tmp/hc.yaml "
39+ EXTRA_FLARGS +=" --render > /tmp/hc.yaml "
4040 fi
4141 EXTRA_FLARGS+=" && /tmp/yq e -i '(select(.kind == \" NodePool\" ).spec.release.image) = \" $NODEPOOL_RELEASE_IMAGE_LATEST \" ' /tmp/hc.yaml "
4242 EXTRA_FLARGS+=" && oc apply -f /tmp/hc.yaml"
You can’t perform that action at this time.
0 commit comments