mirror of
https://github.com/truenas/charts.git
synced 2026-08-12 21:02:24 -06:00
11 lines
203 B
Smarty
11 lines
203 B
Smarty
{{/*
|
|
DNS Configuration
|
|
*/}}
|
|
{{- define "dnsConfiguration" }}
|
|
dnsPolicy: {{ .Values.dnsPolicy }}
|
|
{{- if .Values.dnsConfig }}
|
|
dnsConfig:
|
|
{{- toYaml .Values.dnsConfig | nindent 2 }}
|
|
{{- end }}
|
|
{{- end }}
|