Skip to content

Commit

Permalink
feat: rewrite answer as well (#51)
Browse files Browse the repository at this point in the history
fixes issue with jankins not being able to resolve *.uds.dev
  • Loading branch information
corang authored Mar 9, 2024
1 parent e34753d commit baf69f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/templates/core-dns-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ metadata:
namespace: kube-system
data:
uds.override: |
rewrite name regex (.*\.uds\.dev) host.k3d.internal
rewrite stop {
name regex (.*\.uds\.dev) host.k3d.internal answer auto
}

0 comments on commit baf69f6

Please sign in to comment.