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.