diff --git a/vertical-pod-autoscaler/hack/deploy-for-e2e.sh b/vertical-pod-autoscaler/hack/deploy-for-e2e.sh index ec2d40becb..ac6c11b720 100755 --- a/vertical-pod-autoscaler/hack/deploy-for-e2e.sh +++ b/vertical-pod-autoscaler/hack/deploy-for-e2e.sh @@ -20,8 +20,8 @@ set -o pipefail SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/.. -REGISTRY=gcr.io/`gcloud config get-value core/project` -TAG=latest +export REGISTRY=gcr.io/`gcloud config get-value core/project` +export TAG=latest COMPONENTS="recommender updater admission-controller"