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 c9ede2d commit 6b176b4Copy full SHA for 6b176b4
Makefile
@@ -151,8 +151,8 @@ ifeq (,$(shell command -v gcloud))
151
else
152
REGISTRY ?= localhost:5000
153
endif
154
-STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-azure
155
-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
156
IMAGE_NAME ?= cluster-api-azure-controller
157
CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
158
TAG ?= dev
0 commit comments