Skip to content

Commit

Permalink
Should use config.yaml instead config.yaml.default
Browse files Browse the repository at this point in the history
It was by mistake added during 9bd725c
where it should be the config.yaml
  • Loading branch information
praveenkumar committed Mar 21, 2023
1 parent 9bd725c commit 2d8a74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createdisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ EOF
${SSH} core@${VM_IP} -- sudo rm -f /etc/crio/openshift-pull-secret
# Copy the sample microshift config and update the base domain with crc base domain
${SSH} core@${VM_IP} -- sudo cp /etc/microshift/config.yaml.default /etc/microshift/config.yaml
${SSH} core@${VM_IP} -- "sudo sed -i 's/#baseDomain: .*/baseDomain: ${SNC_PRODUCT_NAME}.${BASE_DOMAIN}/g' /etc/microshift/config.yaml.default"
${SSH} core@${VM_IP} -- "sudo sed -i 's/#baseDomain: .*/baseDomain: ${SNC_PRODUCT_NAME}.${BASE_DOMAIN}/g' /etc/microshift/config.yaml"
fi

# Remove audit logs
Expand Down

0 comments on commit 2d8a74e

Please sign in to comment.