From 996fe2827951bc51d07bdd594e6f9d34d5f99da9 Mon Sep 17 00:00:00 2001 From: Pedro Mastelaro Date: Mon, 12 Jan 2026 16:56:21 -0300 Subject: [PATCH] Update custom-deployment-faqs.md --- .../custom/custom-deployment-faqs.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/continuous-delivery/deploy-srv-diff-platforms/custom/custom-deployment-faqs.md b/docs/continuous-delivery/deploy-srv-diff-platforms/custom/custom-deployment-faqs.md index 79137f7a4ab..04e90bad493 100644 --- a/docs/continuous-delivery/deploy-srv-diff-platforms/custom/custom-deployment-faqs.md +++ b/docs/continuous-delivery/deploy-srv-diff-platforms/custom/custom-deployment-faqs.md @@ -52,4 +52,7 @@ Yes, when using a custom deployment template in the infrastructure, one can use Any expression in harness pipeline will be evaluated and hence currently it is not possible to pass the expression as part of the shell step as astring as it gets evaluated as well. ### Does Harness support to configure a repository for Python packages in Nexus Artifact Source? -Nexus Artifact Source does not support Python (PyPi) package types. It only supports deployment of Zip, Tar, or container-based packages. For Python packages, consider using a different repository type or configuring a custom artifact source. \ No newline at end of file +Nexus Artifact Source does not support Python (PyPi) package types. It only supports deployment of Zip, Tar, or container-based packages. For Python packages, consider using a different repository type or configuring a custom artifact source. + +### Can I import a Custom Deployment template from Git in Harness? +No (currently). Custom Deployment templates can’t be imported from Git today; they must be created inline in Harness.