Skip to content

Commit

Permalink
[k8s] fix make helm-minikube-install
Browse files Browse the repository at this point in the history
  • Loading branch information
koct9i committed Aug 14, 2023
1 parent 156bdca commit bf3a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ helm-kind-install: ## Install helm chart from sources in kind.

.PHONY: helm-minikube-install
helm-minikube-install: ## Install helm chart from sources in minikube.
eval $(minikube docker-env) && docker build -t ${OPERATOR_IMAGE}:${OPERATOR_TAG} .
eval $$(minikube docker-env) && docker build -t ${OPERATOR_IMAGE}:${OPERATOR_TAG} .
helm install ytsaurus ytop-chart/

.PHONY: helm-uninstall
Expand Down

0 comments on commit bf3a8b6

Please sign in to comment.