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 a457780 commit f48fb70Copy full SHA for f48fb70
cf-deploy-kubernetes.sh
@@ -87,11 +87,9 @@ else
87
exit 1
88
fi
89
90
-# Assign kubectl version unless default
91
-if [[ "${KUBE_CTL}" != "14" ]]; then
92
- echo "Setting kubectl to version 1.${KUBE_CTL}"
93
- cp -f "/usr/local/bin/kubectl1.${KUBE_CTL}" /usr/local/bin/kubectl
94
-fi
+# Assign kubectl version
+echo "Setting kubectl to version 1.${KUBE_CTL}"
+cp -f "/usr/local/bin/kubectl1.${KUBE_CTL}" /usr/local/bin/kubectl
95
96
# Simple testing logic for making sure versions are set
97
if [[ -n "${KUBE_CTL_TEST_VERSION}" ]]; then
0 commit comments