From cb9e1b79de9e36dab9cf9fff7a44130794d589e8 Mon Sep 17 00:00:00 2001 From: Michelle Dhanani Date: Mon, 4 Mar 2024 13:46:29 -0500 Subject: [PATCH] Update Makefile Co-authored-by: Danielle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0306ee9b..995eb8a8 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ IMG ?= $(IMG_REPO):$(shell git rev-parse --short HEAD)-dev # Default registry and secret name for working with private container registries REGISTRY ?= $(shell echo "$(IMG)" | cut -d '/' -f 1) -DEFAULT_REGISTRY_SECRET_NAME := registry-credentials +REGISTRY_SECRET_NAME ?= registry-credentials # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.28.3