Skip to content

Commit

Permalink
ci: add ci-deploy-network to deploy-network with local kubectl-bats i…
Browse files Browse the repository at this point in the history
…mage for helm-tests

Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Sep 15, 2023
1 parent 6af526f commit 0292c5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,7 @@ destroy-all:
.PHONY: ci-test
ci-test: setup-cluster local-kubectl-bats
$(MAKE) deploy-all CHART_VALUES_FILES="$(PWD)/ci/ci-values.yaml"

.PHONY: ci-deploy-network
ci-deploy-network: setup-cluster local-kubectl-bats
$(MAKE) deploy-network CHART_VALUES_FILES="$(PWD)/ci/ci-values.yaml"

0 comments on commit 0292c5d

Please sign in to comment.