From 4e92dceea2ea9e09a468410a3b9876d0193158c5 Mon Sep 17 00:00:00 2001 From: petar-cvit Date: Mon, 7 Jul 2025 17:09:35 +0200 Subject: [PATCH] create module in local cluster --- cyclops-ctrl/internal/controller/modules.go | 1 - 1 file changed, 1 deletion(-) 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)