worker changed return value in deployk8s app

This commit is contained in:
yashsinghcodes
2026-01-21 19:25:22 +05:30
parent 99735636c4
commit 9295991f56
+1 -1
View File
@@ -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)