From f7cb07d77ec5dc0acd46ede56515b838a68e8050 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Wed, 25 Nov 2020 19:21:54 +0500 Subject: [PATCH] Fix format errors --- test/ix-chart/2010.0.2/questions.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/ix-chart/2010.0.2/questions.yaml b/test/ix-chart/2010.0.2/questions.yaml index a7d38295a0..b88b73a1b7 100644 --- a/test/ix-chart/2010.0.2/questions.yaml +++ b/test/ix-chart/2010.0.2/questions.yaml @@ -51,6 +51,7 @@ questions: # Image related - variable: image description: "Docker Image Details" + label: "Docker Image" group: "Container Images" schema: type: dict @@ -101,6 +102,7 @@ questions: - variable: restartPolicy description: "Restart Policy for workload" label: "Restart Policy" + group: "Restart Policy" schema: type: string show_if: [["workloadType", "=", "Deployment"]] @@ -115,6 +117,7 @@ questions: - variable: jobRestartPolicy description: "Restart Policy for workload" label: "Restart Policy" + group: "Restart Policy" schema: type: string default: "OnFailure" @@ -303,6 +306,7 @@ questions: - variable: hostPortsList label: "Specify host ports for the workload" description: "Only use host ports if scaling of a workload is not required" + group: "Networking" schema: show_if: [["updateStrategy", "=", "Recreate"]] type: list