File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -764,15 +764,15 @@ environment.dev.kubernetes: check-kubectl check-kustomize check-envsubst
764
764
ifndef NAMESPACE
765
765
$(error "Error: NAMESPACE is required but not set)
766
766
endif
767
- export NAMESPACE=${ NAMESPACE}
767
+ export NAMESPACE=$( NAMESPACE)
768
768
ifndef REGISTRY_SECRET
769
769
$(error "Error: REGISTRY_SECRET is required but not set)
770
770
endif
771
- export REGISTRY_SECRET=${ REGISTRY_SECRET}
772
- export VLLM_SIM_IMAGE=${ VLLM_SIM_IMAGE}
773
- export VLLM_SIM_TAG=${ VLLM_SIM_TAG}
774
- export EPP_IMAGE=${ EPP_IMAGE}
775
- export EPP_TAG=${ EPP_TAG}
771
+ export REGISTRY_SECRET=$( REGISTRY_SECRET)
772
+ export VLLM_SIM_IMAGE=$( VLLM_SIM_IMAGE)
773
+ export VLLM_SIM_TAG=$( VLLM_SIM_TAG)
774
+ export EPP_IMAGE=$( EPP_IMAGE)
775
+ export EPP_TAG=$( EPP_TAG)
776
776
@echo "INFO: Creating namespace (if needed) and setting context to $(NAMESPACE)..."
777
777
kubectl create namespace $(NAMESPACE) 2>/dev/null || true
778
778
kubectl config set-context --current --namespace=$(NAMESPACE)
You can’t perform that action at this time.
0 commit comments