Skip to content

Commit

Permalink
Restart HMC controller on dev-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eromanova committed Jul 19, 2024
1 parent cc8163c commit 1586474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ undeploy: kustomize ## Undeploy controller from the K8s cluster specified in ~/.
.PHONY: dev-deploy
dev-deploy: hmc-chart-generate ## Deploy HMC helm chart to the K8s cluster specified in ~/.kube/config.
make hmc-deploy HMC_VALUES=config/dev/hmc_values.yaml
$(KUBECTL) rollout restart -n $(NAMESPACE) deployment/hmc-controller-manager

.PHONY: dev-undeploy
dev-undeploy: kustomize ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
Expand Down

0 comments on commit 1586474

Please sign in to comment.