We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8b0b8 commit 28655faCopy full SHA for 28655fa
Makefile
@@ -119,6 +119,8 @@ REGISTRY ?= gcr.io/$(GCP_PROJECT)
119
STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-gcp
120
PROD_REGISTRY := registry.k8s.io/cluster-api-gcp
121
IMAGE_NAME ?= cluster-api-gcp-controller
122
+STAGING_BUCKET ?= k8s-staging-cluster-api-gcp
123
+BUCKET ?= $(STAGING_BUCKET)
124
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
125
export TAG ?= dev
126
export ARCH ?= amd64
0 commit comments