Skip to content

Commit

Permalink
Fix: Fix DNS examples and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Oct 27, 2023
1 parent 12607b8 commit c3f909f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 6 additions & 4 deletions helm/mail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion helm/test_14_test_dns_policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c3f909f

Please sign in to comment.