Skip to content

Commit

Permalink
Reuse last HMC values on dev-apply
Browse files Browse the repository at this point in the history
Fixes #161
  • Loading branch information
eromanova committed Aug 8, 2024
1 parent 6cb1380 commit f1ff9b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ registry-undeploy:

.PHONY: hmc-deploy
hmc-deploy: helm
$(HELM) dependency update templates/hmc
$(HELM) upgrade --values $(HMC_VALUES) --install --create-namespace hmc templates/hmc -n $(NAMESPACE)
$(HELM) upgrade --values $(HMC_VALUES) --reuse-values --install --create-namespace hmc templates/hmc -n $(NAMESPACE)

.PHONY: dev-deploy
dev-deploy: ## Deploy HMC helm chart to the K8s cluster specified in ~/.kube/config.
Expand Down

0 comments on commit f1ff9b4

Please sign in to comment.