Add validation for only using host ports when update strategy is recreate
This commit is contained in:
@@ -304,6 +304,7 @@ questions:
|
|||||||
label: "Specify host ports for the workload"
|
label: "Specify host ports for the workload"
|
||||||
description: "Only use host ports if scaling of a workload is not required"
|
description: "Only use host ports if scaling of a workload is not required"
|
||||||
schema:
|
schema:
|
||||||
|
show_if: [["updateStrategy", "=", "Recreate"]]
|
||||||
type: list
|
type: list
|
||||||
items:
|
items:
|
||||||
- variable: hostPortConfiguration
|
- variable: hostPortConfiguration
|
||||||
|
|||||||
Reference in New Issue
Block a user