Results 83 comments of Christian Erhardt

Yes, this should be possible. We have to make sure, that the file is stored in the persisted volume.

@i5Js is this working for you? I'd like to close the issue if so.

Oh yeah, that is something that I'd like to have, too.

It would be nice to have an easy way to set up both at once, but I see @moritz31 point as well. This is the pihole chart and it should...

I'd suppose to create a tutorial on how to combine pihole with your unbound chart. We could add this to the documentation of both charts?

I will test this an merge it asap! Thank you!

Hi, I tested the change and i experienced the following behavior: - The domains I added were working, but they were *not* shown in the GUI - Since the file...

Well, having both options is not bad. Maybe you could extend the documentation in `values.yml` and document, that setting this will prevent one to add entries in the GUI. If...

Ok, this seems to be a bug. I think `charts/pihole/templates/deployment.yaml` (Line 59) should be like this to enforce `dnsPolicy: "None"`. ``` {{- if .Values.podDnsConfig.enabled }} dnsPolicy: {{ .Values.podDnsConfig.policy }} {{-...

Hi, I'm not sure if I'm able to help you here. I think the LoadBalancer way should be the way to go. I never used the dhcp option of pihole...