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: