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