update configuration and example config

This commit is contained in:
2024-05-13 00:04:00 +03:00
parent 502552be32
commit be7ea89318
6 changed files with 23 additions and 193 deletions

View File

@@ -290,7 +290,9 @@
# +docs:property
podDnsConfig:
nameservers:
{{- .Modules.Additional.CertManager.DnsServers | toYaml | nindent 8 }}
{{- range $index,$value := .Modules.Additional.CertManager.DnsServers }}
- "{{ $value }}"
{{- end }}
# The nodeSelector on Pods tells Kubernetes to schedule Pods on the nodes with
# matching labels.