We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23bb9a commit 6575a3cCopy full SHA for 6575a3c
snc.sh
@@ -31,7 +31,7 @@ BASE_DOMAIN=${CRC_BASE_DOMAIN:-testing}
31
CRC_PV_DIR="/mnt/pv-data"
32
SSH="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_ecdsa_crc"
33
SCP="scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_ecdsa_crc"
34
-MIRROR=${MIRROR:-https://mirror.openshift.com/pub/openshift-v4/$ARCH/clients/ocp-dev-preview}
+MIRROR=${MIRROR:-https://mirror.openshift.com/pub/openshift-v4/$ARCH/clients/ocp}
35
CERT_ROTATION=${SNC_DISABLE_CERT_ROTATION:-enabled}
36
USE_PATCHED_RELEASE_IMAGE=${SNC_USE_PATCHED_RELEASE_IMAGE:-disabled}
37
HTPASSWD_FILE='users.htpasswd'
0 commit comments