From 5c568e4b8486b2ecb7ebd2bd0480b1c49773467b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 11 Nov 2022 12:46:41 +0100 Subject: [PATCH] Yeet advanced service settings Signed-off-by: Kjeld Schouten-Lebbing --- .../service/serviceSelectorExtras.yaml | 46 ------------------- 1 file changed, 46 deletions(-) diff --git a/templates/questions/service/serviceSelectorExtras.yaml b/templates/questions/service/serviceSelectorExtras.yaml index f01fbef7231..1f45b637878 100644 --- a/templates/questions/service/serviceSelectorExtras.yaml +++ b/templates/questions/service/serviceSelectorExtras.yaml @@ -5,52 +5,6 @@ show_if: [["type", "=", "LoadBalancer"]] type: string default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - hidden: true - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - hidden: true - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - hidden: true - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: The IP Families that should be used - schema: - type: list - default: [] - hidden: true - items: - - variable: ipFamily - label: IP Family - schema: - type: string - variable: ports label: "Service's Port(s) Configuration" schema: