From 529d8d3396c2cba9f3f026aaf12afd3a501ee2cc Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Mon, 22 Jan 2024 19:43:42 +0100 Subject: [PATCH] Add clarification comment on different GCP project usage in e2e run Signed-off-by: Yury Tsarev --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e7accc9..a603f0b 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ uptest: $(UPTEST) $(KUBECTL) $(KUTTL) # This target requires the following environment variables to be set: # - UPTEST_CLOUD_CREDENTIALS, cloud credentials for the provider being tested, e.g. export UPTEST_CLOUD_CREDENTIALS=$(cat gcp.json) +# make e2e UPTEST_GCP_PROJECT=crossplane-playground to use a different project e2e: build controlplane.up local.xpkg.deploy.configuration.$(PROJECT_NAME) uptest render: