diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 83525f75..e6f4b5fb 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.4.11 +version: 10.4.12 diff --git a/charts/common/templates/lib/controller/_pod.tpl b/charts/common/templates/lib/controller/_pod.tpl index 4f9f2c23..3e91d748 100644 --- a/charts/common/templates/lib/controller/_pod.tpl +++ b/charts/common/templates/lib/controller/_pod.tpl @@ -37,11 +37,11 @@ dnsConfig: {{ tpl ( toYaml . ) $ | nindent 4 }} {{- end }} {{- with .Values.dnsConfig.nameservers }} - nameservers: [] + nameservers: {{ tpl ( toYaml . ) $ | nindent 4 }} {{- end }} {{- with .Values.dnsConfig.searches }} - searches: [] + searches: {{ tpl ( toYaml . ) $ | nindent 4 }} {{- end }} {{- end }}