This commit is contained in:
mr
2026-03-12 09:20:48 +01:00
parent da9a7d3a49
commit e2399c6853
6 changed files with 71 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ func main() {
func executeInside(execID string, ns string, argo_file_path string, stepMax int) {
t, err := tools2.NewService(conf.GetConfig().Mode)
if err != nil {
logger.Error().Msg("Could not create KubernetesTool")
logger.Error().Msg("Could not create KubernetesTool : " + err.Error())
}
name, err := t.CreateArgoWorkflow(argo_file_path, ns)
if err != nil {