From 845abb0a75ff55f325e1108e1ff0b5f9a8550a60 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Tue, 24 Aug 2021 20:09:57 +0500 Subject: [PATCH] Do not allow configuring host networking when external interfaces are specified --- test/ix-chart/2108.0.0/questions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ix-chart/2108.0.0/questions.yaml b/test/ix-chart/2108.0.0/questions.yaml index bf3bcd8656..5c7cd5de79 100644 --- a/test/ix-chart/2108.0.0/questions.yaml +++ b/test/ix-chart/2108.0.0/questions.yaml @@ -299,6 +299,7 @@ questions: schema: type: boolean default: false + show_if: [["externalInterfaces", "=", []]] - variable: hostPortsList label: "Specify host ports for the workload"