From 36b56205966e94c594088c4a1d76270ea565cbe5 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 6 Sep 2021 16:39:58 +0500 Subject: [PATCH] Allow configuring DNS options for ix-chart This commit adds changes to allow customzing dns configuration so that users can add extra options like ndots which are useful when using ClusterFirst policy to enforce different DNS resolution settings. --- test/ix-chart/2109.1.0/questions.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/test/ix-chart/2109.1.0/questions.yaml b/test/ix-chart/2109.1.0/questions.yaml index 9c43f1faa3..b42f39c472 100644 --- a/test/ix-chart/2109.1.0/questions.yaml +++ b/test/ix-chart/2109.1.0/questions.yaml @@ -292,6 +292,26 @@ questions: label: "Search Entry" schema: type: string + - variable: options + label: "DNS Options" + schema: + type: list + items: + - variable: optionsEntry + label: "Option Entry Configuration" + schema: + type: dict + attrs: + - variable: name + label: "Option Name" + schema: + type: string + required: true + - variable: value + label: "Option Value" + schema: + type: string + required: true - variable: hostNetwork label: "Provide access to node network namespace for the workload"