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 62ae09c commit 30426c0Copy full SHA for 30426c0
Makefile
@@ -159,7 +159,7 @@ 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
+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