Skip to content

Commit 3edc3ce

Browse files
committed
Rename route_controller.yaml.in to routes-controller.yaml.in
- This is more consistent with the naming of the container image - This allows to workaround a problem with bundle v4.13.3 which had an invalid route_controller.json file - crc-org#747
1 parent 44a6ba6 commit 3edc3ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

createdisk.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ cat crio-wipe.service | ${SSH} core@${VM_IP} "sudo tee -a /etc/systemd/system/cr
116116

117117
# Preload routes controller
118118
${SSH} core@${VM_IP} -- "sudo podman pull quay.io/crcont/routes-controller:${image_tag}"
119-
TAG=${image_tag} envsubst < route_controller.yaml.in > $INSTALL_DIR/route_controller.yaml
120-
${SCP} $INSTALL_DIR/route_controller.yaml core@${VM_IP}:/home/core/
121-
${SSH} core@${VM_IP} -- 'sudo mkdir -p /opt/crc && sudo mv /home/core/route_controller.yaml /opt/crc/'
119+
TAG=${image_tag} envsubst < routes-controller.yaml.in > $INSTALL_DIR/routes-controller.yaml
120+
${SCP} $INSTALL_DIR/routes-controller.yaml core@${VM_IP}:/home/core/
121+
${SSH} core@${VM_IP} -- 'sudo mkdir -p /opt/crc && sudo mv /home/core/routes-controller.yaml /opt/crc/'
122122

123123
if [ ${BUNDLE_TYPE} != "microshift" ]; then
124124
# Add internalIP as node IP for kubelet systemd unit file
File renamed without changes.

0 commit comments

Comments
 (0)