anon-software
anon-software
I think the issue here is the comment in the values file: ``` # virtualHost (default value is pi.hole) will be appended to the hosts ``` After the deployment using...
Yes, I see your point. An explicit flag will be equally functional and "safer", I do not mind having it that way.
My issue for the same feature https://github.com/mittwald/kubernetes-secret-generator/issues/77 also turned stale and was automatically closed. I was able to build one myself from the source code at the time. If you...
I found a related pull request, https://github.com/MoJo2600/pihole-kubernetes/pull/202. After briefly testing it, it appears to have fixed my problem. It would be nice if you can merge it. In the meantime...
I do not understand how that can help. Currently, the template service-dns-udp.yaml conditions the required code for the IPv4 part like this: ``` {{- if and (.Values.dualStack.enabled) (not (eq .Values.serviceDns.type...
I use etcd, not SQLite. See https://docs.k3s.io/datastore
Sorry, I see what you mean now. These are not the "worker" pods, if I can call them that way, that you see above. These pods created by Klipper in...