From 9d5d7b6c078b270d7303ef8318ef2b4123793033 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Fri, 6 Nov 2020 05:09:15 +0500 Subject: [PATCH] Add validation for only using host ports when update strategy is recreate --- test/ix-chart/2010.0.2/questions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ix-chart/2010.0.2/questions.yaml b/test/ix-chart/2010.0.2/questions.yaml index 22719b7894e..a7d38295a00 100644 --- a/test/ix-chart/2010.0.2/questions.yaml +++ b/test/ix-chart/2010.0.2/questions.yaml @@ -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