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.
2 parents e10e79e + 2093e95 commit 8a89dfaCopy full SHA for 8a89dfa
Makefile
@@ -158,8 +158,8 @@ endif
158
ifndef REGISTRY
159
REGISTRY ?= localhost:5000
160
endif
161
-STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-azure
162
-PROD_REGISTRY := registry.k8s.io/cluster-api-azure
+STAGING_REGISTRY ?= gcr.io/k8s-staging-cluster-api-azure
+PROD_REGISTRY ?= registry.k8s.io/cluster-api-azure
163
IMAGE_NAME ?= cluster-api-azure-controller
164
CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
165
TAG ?= dev
0 commit comments