diff --git a/akka/Makefile b/akka/Makefile index f6d69ad9..e838ceaf 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -3,7 +3,7 @@ RELEASE = $$(basename $$PWD) .PHONY: install install: - helm upgrade -i --set replicaCount=3 --wait --timeout 10m $(RELEASE) . + helm upgrade -i --set replicaCount=3 --wait $(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