Skip to content

Commit 30426c0

Browse files
committed
let environment variables override PROD_REGISTRY
Signed-off-by: Carlos Salas <[email protected]>
1 parent 62ae09c commit 30426c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ ifndef REGISTRY
159159
REGISTRY ?= localhost:5000
160160
endif
161161
STAGING_REGISTRY := gcr.io/k8s-staging-cluster-api-azure
162-
PROD_REGISTRY := registry.k8s.io/cluster-api-azure
162+
PROD_REGISTRY ?= registry.k8s.io/cluster-api-azure
163163
IMAGE_NAME ?= cluster-api-azure-controller
164164
CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
165165
TAG ?= dev

0 commit comments

Comments
 (0)