@@ -13,7 +13,7 @@ OPERATOR_IMAGE_NAME ?= serverless-operator-dev-local
1313OPERATOR_IMAGE_TAG ?= $(MODULE_VERSION )
1414
1515
16- TEMPLATE_PATH ?= ${PROJECT_ROOT}/template .yaml
16+ TEMPLATE_PATH ?= ${PROJECT_ROOT}/moduletemplate .yaml
1717
1818KYMA ?= ${PROJECT_ROOT}/bin/kyma-unstable
1919
@@ -91,21 +91,21 @@ install-kyma-with-lm:
9191
9292.PHONY : install-module-template
9393install-module-template : # # Apply k3d-ready moduletemplate.
94- kubectl apply -f ${PROJECT_ROOT} /template -k3d.yaml
94+ kubectl apply -f ${PROJECT_ROOT} /moduletemplate -k3d.yaml
9595
9696
9797.PHONY : fix-template
98- fix-template : # # Create template -k3d.yaml based on template .yaml with right URLs.
99- @cat ${PROJECT_ROOT} /template .yaml \
98+ fix-template : # # Create moduletemplate -k3d.yaml based on moduletemplate .yaml with right URLs.
99+ @cat ${PROJECT_ROOT} /moduletemplate .yaml \
100100 | sed -e ' s/remote/control-plane/g' \
101101 -e ' s/${REGISTRY_PORT}/5000/g' \
102102 -e ' s/localhost/k3d-${REGISTRY_NAME}.localhost/g' \
103- > ${PROJECT_ROOT} /template -k3d.yaml
103+ > ${PROJECT_ROOT} /moduletemplate -k3d.yaml
104104
105105.PHONY : apply-serverless
106106apply-serverless : # # Apply the k3d serverless CR.
107107 kubectl apply -n kyma-system \
108- -f ${PROJECT_ROOT} /config/samples/operator_v1alpha1_serverless .yaml
108+ -f ${PROJECT_ROOT} /config/samples/default_serverless_cr .yaml
109109
110110# ## Internal Dependencies
111111
0 commit comments