move stateless apps to RollingUpdate (#1039)
This commit is contained in:
@@ -56,7 +56,7 @@ questions:
|
|||||||
label: "(Advanced) Update Strategy"
|
label: "(Advanced) Update Strategy"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "Recreate"
|
default: "RollingUpdate"
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- value: "Recreate"
|
- value: "Recreate"
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ questions:
|
|||||||
label: "(Advanced) Update Strategy"
|
label: "(Advanced) Update Strategy"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "Recreate"
|
default: "RollingUpdate"
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- value: "Recreate"
|
- value: "Recreate"
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ questions:
|
|||||||
label: "(Advanced) Update Strategy"
|
label: "(Advanced) Update Strategy"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "Recreate"
|
default: "RollingUpdate"
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- value: "Recreate"
|
- value: "Recreate"
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ questions:
|
|||||||
label: "(Advanced) Update Strategy"
|
label: "(Advanced) Update Strategy"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "Recreate"
|
default: "RollingUpdate"
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- value: "Recreate"
|
- value: "Recreate"
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ questions:
|
|||||||
label: "(Advanced) Update Strategy"
|
label: "(Advanced) Update Strategy"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "Recreate"
|
default: "RollingUpdate"
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- value: "Recreate"
|
- value: "Recreate"
|
||||||
|
|||||||
Reference in New Issue
Block a user