change
This commit is contained in:
2
main.go
2
main.go
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user