jhunt / k8s-boshrelease

A BOSH Release for deploying Kubernetes clusters
MIT License
13 stars 9 forks source link

Support Additional CoreDNS Configuration #63

Open jhunt opened 4 years ago

jhunt commented 4 years ago

This commit introduces a new property on the control job: coredns.additional-configuration, which lets you shoehorn "extra" CoreDNS configuration directives into the configmap that the CoreDNS pods consume.

Fixes #62