Merge pull request #646 from schylek/fix

Export REGISTRY/TAG variables for VPA e2e test.
This commit is contained in:
Marcin Wielgus 2018-02-13 17:12:38 +01:00 committed by GitHub
commit b91b7b6874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"