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