This is the Helm chart repository for the DNS Operator.
Add this repository to Helm:
helm repo add dns-operator https://morten-olsen.github.io/homelab-dns-operator
helm repo update
Install the chart:
helm install dns-operator dns-operator/dns-operator \
--namespace dns-operator-system \
--create-namespace