File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ci-operator/templates/openshift/installer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -690,7 +690,7 @@ objects:
690
690
fi
691
691
692
692
# TODO: Replace with a more concise manifest injection approach
693
- if [[ -n "${CLUSTER_NETWORK_MANIFEST}" ]]; then
693
+ if [[ -n "${CLUSTER_NETWORK_MANIFEST:- }" ]]; then
694
694
openshift-install --dir=/tmp/artifacts/installer/ create manifests
695
695
echo "${CLUSTER_NETWORK_MANIFEST}" > /tmp/artifacts/installer/manifests/cluster-network-03-config.yml
696
696
fi
Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ objects:
529
529
fi
530
530
531
531
# TODO: Replace with a more concise manifest injection approach
532
- if [[ -n "${CLUSTER_NETWORK_MANIFEST}" ]]; then
532
+ if [[ -n "${CLUSTER_NETWORK_MANIFEST:- }" ]]; then
533
533
openshift-install --dir=/tmp/artifacts/installer/ create manifests
534
534
echo "${CLUSTER_NETWORK_MANIFEST}" > /tmp/artifacts/installer/manifests/cluster-network-03-config.yml
535
535
fi
You can’t perform that action at this time.
0 commit comments