8afa729ffb
This is an initial commit of a functional nova chart. It has been tested with the neutron chart using a flat network configuration.
6 lines
267 B
Smarty
6 lines
267 B
Smarty
search {{ .Release.Namespace }}.svc.{{ .Values.network.dns.kubernetes_domain }} svc.{{ .Values.network.dns.kubernetes_domain }} {{ .Values.network.dns.kubernetes_domain }}
|
|
{{- range .Values.network.dns.servers }}
|
|
nameserver {{ . | title }}
|
|
{{- end }}
|
|
options ndots:5
|