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 7f4e8d7 commit 7a977e3Copy full SHA for 7a977e3
cf-deploy-kubernetes.sh
@@ -48,7 +48,7 @@ if [[ -n "$KUBERNETES_SERVER" && -n "$KUBERNETES_USER" && -n "$KUBERNETES_PASSWO
48
else
49
if [[ -z "${KUBECONTEXT}" ]]; then
50
KUBECONTEXT=$(kubectl config current-context)
51
- If KUBECONFIG is set we obligate to set KUBECONTEXT to valid context name
+ # If KUBECONFIG is set we obligate to set KUBECONTEXT to valid context name
52
if [[ -n "${KUBECONFIG}" ]]; then
53
echo -e "--- ERROR - KUBECONTEXT Environment variable is not set, please set it to one of integrated contexts: "
54
kubectl config get-contexts
0 commit comments