|
@@ -401,6 +401,9 @@ func zeroOutValues(app v2.PorterApp) v2.PorterApp {
|
|
|
app.Predeploy.AllowConcurrent = nil
|
|
app.Predeploy.AllowConcurrent = nil
|
|
|
// remove timeout
|
|
// remove timeout
|
|
|
app.Predeploy.TimeoutSeconds = 0
|
|
app.Predeploy.TimeoutSeconds = 0
|
|
|
|
|
+ //remove gpu
|
|
|
|
|
+ app.Predeploy.GPU = nil;
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return app
|
|
return app
|