|
@@ -153,7 +153,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
show_if: [["workloadType", "=", "Deployment"]]
|
|
|
- default: "RollingUpdate"
|
|
|
+ default: "Recreate"
|
|
|
enum:
|
|
|
- value: "RollingUpdate"
|
|
|
description: "Create new pods and then kill old ones"
|
|
@@ -162,7 +162,7 @@ questions:
|
|
|
|
|
|
# Restart Policy
|
|
|
- variable: jobRestartPolicy
|
|
|
- description: "Restart Policy for workload"
|
|
|
+ description: "Restart Policy for Job"
|
|
|
label: "Restart Policy"
|
|
|
group: "Restart Policy"
|
|
|
schema:
|
|
@@ -645,4 +645,4 @@ questions:
|
|
|
type: string
|
|
|
show_if: [["enableResourceLimits", "=", true]]
|
|
|
valid_chars: "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$"
|
|
|
- default: "8Gi"
|
|
|
+ default: "8Gi"
|