Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #198 from turkenh/deployment-fixes
Browse files Browse the repository at this point in the history
Istio and helm v2 should not be a requirement for local dev
  • Loading branch information
turkenh authored Jul 29, 2022
2 parents bc4f82f + 3a55030 commit 8c8269d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makelib/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ endif

local.down: kind.down local.clean

local.deploy.%: local.prepare $(KUBECTL) $(KUSTOMIZE) $(HELM) $(HELM3) $(HELM_HOME) $(GOMPLATE) $(ISTIO) kind.setcontext
local.deploy.%: local.prepare $(KUBECTL) $(KUSTOMIZE) $(HELM3) $(HELM_HOME) $(GOMPLATE) kind.setcontext
@$(INFO) localdev deploy component: $*
@$(eval PLATFORMS=$(BUILD_PLATFORMS))
@$(SCRIPTS_DIR)/localdev-deploy-component.sh $* || $(FAIL)
@$(OK) localdev deploy component: $*

local.remove.%: local.prepare $(KUBECTL) $(HELM) $(HELM3) $(HELM_HOME) $(GOMPLATE) kind.setcontext
local.remove.%: local.prepare $(KUBECTL) $(HELM3) $(HELM_HOME) $(GOMPLATE) kind.setcontext
@$(INFO) localdev remove component: $*
@$(SCRIPTS_DIR)/localdev-remove-component.sh $* || $(FAIL)
@$(OK) localdev remove component: $*
Expand Down

0 comments on commit 8c8269d

Please sign in to comment.