We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310be27 commit a457780Copy full SHA for a457780
cf-deploy-kubernetes.sh
@@ -99,11 +99,11 @@ if [[ -n "${KUBE_CTL_TEST_VERSION}" ]]; then
99
echo "Testing kubectl version is set..."
100
if [[ "${KUBE_CTL_VERSION}" == *"${KUBE_CTL_TEST_VERSION}"* ]]; then
101
echo "Version correctly set"
102
- echo "Kubectl Version: ${KUBE_CTL}"
+ echo "Kubectl Version: ${KUBE_CTL_VERSION}"
103
echo "Test Version: ${KUBE_CTL_TEST_VERSION}"
104
exit 0
105
else
106
107
108
fatal "Version Mismatch!!!"
109
exit 1
0 commit comments