Skip to content

Commit

Permalink
Remove confirmation check for installing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Jul 16, 2024
1 parent c9c9b83 commit 7109b28
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ clean: check-clean ## Delete all existing deployments, configmaps, and secrets
@kubectl delete jobs --all

deploy: check-context check-secrets
@read -p "Deploy $(DEPLOY)? [y/N]: " sure && \
case "$$sure" in \
[yY]) true;; \
*) echo "exiting..." && false;; \
esac

@echo "Deploying $(DEPLOY)"
@if [ "$(DEPLOY)" = "local" ]; then \
helm upgrade --install $(DEPLOY) ./helm/gen3 \
Expand Down

0 comments on commit 7109b28

Please sign in to comment.