diff --git a/functions/onprem/worker/worker.go b/functions/onprem/worker/worker.go index 2e36c728..2f57954b 100644 --- a/functions/onprem/worker/worker.go +++ b/functions/onprem/worker/worker.go @@ -638,7 +638,7 @@ func deployk8sApp(image string, identifier string, env []string) error { if len(existing.Items) > 0 { log.Printf("[INFO] Found existing deployments, skipping creation") - return errors.New("Found existing deployment") + return nil } replicaNumberInt32 := int32(replicaNumber)