diff --git a/scripts/oc-client.sh b/scripts/oc-client.sh index 9e2bbf5..873c743 100644 --- a/scripts/oc-client.sh +++ b/scripts/oc-client.sh @@ -13,5 +13,5 @@ source "$(dirname ${BASH_SOURCE[0]})/oc-common.sh" [[ -f ${WORKSPACES_KUBECONFIG_DIR_PATH}/kubeconfig ]] && \ export KUBECONFIG=${WORKSPACES_KUBECONFIG_DIR_PATH}/kubeconfig -${PARAMS_SCRIPT} +eval "${PARAMS_SCRIPT}"