mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 09:16:21 -03:00
fix(dnsPolicy): fix lists where was initialized as empty always (#203)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 10.4.11
|
||||
version: 10.4.12
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user