Skip to content

Commit

Permalink
delete --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayo04 committed Jul 18, 2024
1 parent 3968563 commit 39b2a60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions akka/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39b2a60

Please sign in to comment.