Commit 9d5d7b6c authored by Waqar Ahmed's avatar Waqar Ahmed

Add validation for only using host ports when update strategy is recreate

parent 6917269a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment