Skip to content

Commit

Permalink
added kind
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgrath207 committed Oct 15, 2023
1 parent e21500d commit adb9b0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ helm-docs:
create_kind:
./scripts/create_kind.sh

delete_kind:
kind delete clusters "${DEPLOYMENT_NAME}-cluster"

init: fmt vet

deploy_debug: init
Expand All @@ -40,6 +43,6 @@ deploy_e2e_debug: init
deploy_local: init
./scripts/deploy.sh

deploy_e2e: init ginkgo
deploy_e2e: init ginkgo delete_kind create_kind
ENV='e2e' ./scripts/deploy.sh

0 comments on commit adb9b0e

Please sign in to comment.