diff --git a/api/http/handler/customtemplates/customtemplate_create.go b/api/http/handler/customtemplates/customtemplate_create.go index 06960a27a..63911b90b 100644 --- a/api/http/handler/customtemplates/customtemplate_create.go +++ b/api/http/handler/customtemplates/customtemplate_create.go @@ -293,6 +293,7 @@ func (handler *Handler) createCustomTemplateFromGitRepository(r *http.Request) ( URL: payload.RepositoryURL, ReferenceName: payload.RepositoryReferenceName, ConfigFilePath: payload.ComposeFilePathInRepository, + TLSSkipVerify: payload.TLSSkipVerify, } if payload.RepositoryAuthentication {