From 00795e3d533b438414147438154ed97535d9e083 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 1 Nov 2021 13:37:56 +0100 Subject: [PATCH] fix(common): set default ndots to 1 and fix dnsoptions in GUI (#1262) * fix(common): set default ndots to 1 and fix dnsoptions in GUI * bump --- charts/library/common/Chart.yaml | 2 +- charts/library/common/values.yaml | 4 +++- templates/questions/serviceExpert.yaml | 11 ++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 23dfa25bd69..f48986102b4 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 8.3.16 +version: 8.3.17 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 58281fe8b4b..f6c5998c21e 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -256,7 +256,9 @@ dnsPolicy: # ClusterFirst # -- Optional DNS settings, configuring the ndots option may resolve nslookup issues on some Kubernetes setups. dnsConfig: - options: [] + options: + - name: ndots + value: "1" nameservers: [] searches: [] diff --git a/templates/questions/serviceExpert.yaml b/templates/questions/serviceExpert.yaml index a29309649e3..934013e036b 100644 --- a/templates/questions/serviceExpert.yaml +++ b/templates/questions/serviceExpert.yaml @@ -40,7 +40,16 @@ - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: