diff --git a/helm/mail/values.yaml b/helm/mail/values.yaml index 206600c..8554dac 100644 --- a/helm/mail/values.yaml +++ b/helm/mail/values.yaml @@ -176,12 +176,14 @@ dns: # - 8.8.8.8 # - 8.8.4.4 searches: "" - # searches: "default.svc.cluster.local svc.cluster.local cluster.local" + # searches: + # - "default.svc.cluster.local" + # - "svc.cluster.local" + # - "cluster.local" options: {} # options: - # ndots: - # - name: ndots - # value: "5" + # - name: ndots + # value: "5" persistence: enabled: true diff --git a/helm/test_14_test_dns_policy.yml b/helm/test_14_test_dns_policy.yml index e70ee6d..dd0cfa5 100644 --- a/helm/test_14_test_dns_policy.yml +++ b/helm/test_14_test_dns_policy.yml @@ -3,7 +3,10 @@ dns: nameservers: - "8.8.8.8" - "8.8.4.4" - searches: "default.svc.cluster.local svc.cluster.local cluster.local" + searches: + - default.svc.cluster.local + - svc.cluster.local + - cluster.local options: - name: ndots value: "5"