Skip to content

Commit

Permalink
Try using kyma instead of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 21, 2023
1 parent 6c78a9a commit ba87682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/ci/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PROJECT_ROOT ?= ../..
KYMA_CLI ?= "${PROJECT_ROOT}/${KYMA}"
KYMA_CLI ?= "${PROJECT_ROOT}/kyma"
CLUSTER_NAME ?= kyma
REGISTRY_PORT ?= 5001

.PHONY: create-k3d
create-k3d: ## Create k3d with kyma CRDs.
sudo "${KYMA_CLI}" provision k3d -p 8081:80@loadbalancer -p 8443:443@loadbalancer --registry-port ${REGISTRY_PORT} --name ${CLUSTER_NAME} --ci
"${KYMA_CLI}" provision k3d -p 8081:80@loadbalancer -p 8443:443@loadbalancer --registry-port ${REGISTRY_PORT} --name ${CLUSTER_NAME} --ci

0 comments on commit ba87682

Please sign in to comment.