helm-charts
helm-charts copied to clipboard
Personal Helm Charts
An error occurs: ``` root@master0:/# kubectl -n powerdns logs pod/powerdns-5487d4fc86-n85tz Sep 17 11:23:11 Listening on controlsocket in '/var/run/pdns.controlsocket' Sep 17 11:23:11 Guardian is launching an instance Sep 17 11:23:11 Loading...
Remove the following lines from the helm chart template to fix the problem. https://github.com/aescanero/helm-charts/blob/76fcfc3de2db248acaa73c9a1c7572c19bf96504/charts/powerdns/templates/powerdns-deployment.yaml#L70-L75 This is related to the following issue of the underlaying docker image. https://github.com/pschiffe/docker-pdns/issues/50
Hello @aescanero! I would like to contribute to your chart. Would you like to add a license file to your repo? It would be nice if you'd decide use the...
I'm looking the `values.yaml` file and I have many questions (maybe most of them are dumb but please don't blame me). 1. In the rows 21-31 there is: ```yaml image:...
``` 2020-09-17 11:23:04 7 [Warning] Aborted connection 7 to db: 'unconnected' user: 'unauthenticated' host: '10.244.4.221' (This connection closed normally without authentication) 2020-09-17 11:23:11 12 [Warning] Aborted connection 12 to db:...
Hi, when I tried deploying the chart, the admin app could not connect to the api. Finally I had a look powerdns-release pod logs. It showed something along the lines...
Hi, I try using this Chart with custom image repositories (I need them, because my k8s runs on ARM64 devices). The documented configuration parameters `powerdns.image.repository` and `powerdnsadmin.image.repository` do not work....