We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdcc0b commit 00b7c83Copy full SHA for 00b7c83
Makefile
@@ -645,9 +645,11 @@ check-alias: check-container-tool
645
echo "✅ Alias is likely to work: alias $(PROJECT_NAME)='$(CONTAINER_TOOL) exec -it $(PROJECT_NAME)-container /app/$(PROJECT_NAME)'"; \
646
fi
647
648
+# This is being used for tekton builds in the CI/CD pipeline, to provide a
649
+# default namespace to do a test deployment of the Kubernetes dev environment.
650
.PHONY: print-namespace
-print-namespace: ## Print the current namespace
- @echo "$(NAMESPACE)"
651
+print-namespace:
652
+ @echo "inference-router"
653
654
.PHONY: print-project-name
655
print-project-name: ## Print the current project name
0 commit comments