diff --git a/cyclops-ctrl/internal/controller/modules.go b/cyclops-ctrl/internal/controller/modules.go index ce9444d4..d6546936 100644 --- a/cyclops-ctrl/internal/controller/modules.go +++ b/cyclops-ctrl/internal/controller/modules.go @@ -319,7 +319,6 @@ func (m *Modules) CreateModule(ctx *gin.Context) { fmt.Println(err) ctx.JSON(http.StatusInternalServerError, dto.NewError("Error pushing to git", err.Error())) } - return } err = m.kubernetesClient.CreateModule(module)