EventStore / EventStore.Charts

EventStore official Helm Charts
Other
29 stars 47 forks source link

Make dns resolver configurable #26

Closed hnicke closed 5 years ago

hnicke commented 5 years ago

PR Checklist

What this PR does / why we need it: Our managed kubernetes now leverages coredns instead of kube-dns. This made the eventstore-admin pod crash: The eventstore-admin configmap contained the hardcoded name of the dns-resolver (kube-dns). This PR makes the dns-resolver configurable (still defaults to kube-dns).