From afba8a95bace580015b070860441fdb89d8a13a7 Mon Sep 17 00:00:00 2001 From: Slawomir Chylek Date: Tue, 13 Feb 2018 12:26:26 +0100 Subject: [PATCH] Export REGISTRY/TAG variables for VPA e2e test. --- vertical-pod-autoscaler/hack/deploy-for-e2e.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"