From 5a184a2199235d957b0b489e9ad8b61447e3efcb Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sun, 21 Jul 2024 18:35:04 -0400 Subject: [PATCH] Remove kubectl from make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a5e187..8124375 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ CONTAINERS=docker COMPOSE=$(CONTAINERS)-compose # Configure local registry REGADDR=192.168.0.151:32000 -K8SRSNAME=$(shell kubectl get rs --no-headers -o custom-columns=":metadata.name" | grep bank) +#K8SRSNAME=$(shell kubectl get rs --no-headers -o custom-columns=":metadata.name" | grep bank) .phony: all clean build test clean-image build-image build-image-debug run-image run-image-debug run-local