Remove kubectl from make file

This commit is contained in:
maximo tejeda 2024-07-21 18:35:04 -04:00
parent 714bc88b07
commit 5a184a2199

View File

@ -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