fix default k8 deployment

This commit is contained in:
yashsinghcodes
2025-10-02 01:58:12 +05:30
parent 160352f5f3
commit dcc20e9c84
3 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -3893,7 +3893,7 @@ func sendAppRequest(ctx context.Context, incomingUrl, appName string, port int,
if attempts < 2 {
// Check the service and fix it.
if isKubernetes == "true" {
log.Printf("[WARNING] App Redeployment in K8s isn't fully supported yet, but should be done for app %s with image %s.", appName, image)
log.Printf("[WARNING] App Redeployment in K8s isn't fully supported yet, but should be done for app %s with image %s.", appName, image)
} else {
_, err = findAppInfo(image, appName, true)
if err != nil {