Export REGISTRY/TAG variables for VPA e2e test.

This commit is contained in:
Slawomir Chylek 2018-02-13 12:26:26 +01:00
parent 04c5056e7f
commit afba8a95ba
1 changed files with 2 additions and 2 deletions

View File

@ -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"