From 39b2a60d378777803049821949e458b2a0212b20 Mon Sep 17 00:00:00 2001 From: hanayo04 Date: Thu, 18 Jul 2024 17:58:54 +0900 Subject: [PATCH] delete --debug --- akka/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/akka/Makefile b/akka/Makefile index b2876400..8d879965 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -3,9 +3,7 @@ RELEASE = $$(basename $$PWD) .PHONY: install install: - helm upgrade -i --set replicaCount=3 $(RELEASE) . --debug - sleep 180s - kubectl get pod -n akka + helm upgrade -i --set replicaCount=3 $(RELEASE) . .PHONY: lint lint: lint-default lint-local-akka-http lint-cluster-discovery-dns lint-cluster-discovery-kubernetes-api lint-cluster-discovery-aggregate lint-cluster-multi-eks-cluster lint-use-environment-variable-and-secret