From 85cf7e5f5f025db9e5892f9e8c6920ce90a8e2c0 Mon Sep 17 00:00:00 2001 From: vivekr-splunk Date: Thu, 12 Oct 2023 17:24:55 -0700 Subject: [PATCH] azure docker credentials update Signed-off-by: vivekr-splunk --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dd59513ae..ec268fc9a 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,11 @@ VERSION ?= 2.2.1 SPLUNK_ENTERPRISE_IMAGE ?= "docker.io/splunk/splunk:edge" # WATCH_NAMESPACE defines if its clusterwide operator or namespace specific -# by default we leave it as clusterwide if it has to be namespace specific, +# by default we leave it as clusterwide if it has to be namespace specific, # add namespace to this WATCH_NAMESPACE ?= "" -# NAMESPACE defines default namespace where operator will be installed +# NAMESPACE defines default namespace where operator will be installed NAMESPACE ?= "splunk-operator" # CHANNELS define the bundle channels used in the bundle. @@ -137,7 +137,7 @@ build: setup/ginkgo manifests generate fmt vet ## Build manager binary. run: manifests generate fmt vet ## Run a controller from your host. go run ./main.go -docker-build: test ## Build docker image with the manager. +docker-build: #test ## Build docker image with the manager. docker build -t ${IMG} . docker-push: ## Push docker image with the manager.