Skip to content

Commit

Permalink
Merge pull request #166 from eromanova/fix-dev-apply
Browse files Browse the repository at this point in the history
Reuse last HMC values on dev-apply
  • Loading branch information
Kshatrix authored Aug 9, 2024
2 parents f14f26d + f1ff9b4 commit 4072f33
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 4072f33

Please sign in to comment.