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 ec18b58 commit 2093e95Copy full SHA for 2093e95
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