Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Trying to set unknown parameter 'default-soa-mail' #17

Open
timschneider opened this issue Nov 25, 2021 · 0 comments
Open

Comments

@timschneider
Copy link

Remove the following lines from the helm chart template to fix the problem.

- name: PDNS_soa_minimum_ttl
value: {{ .Values.powerdns.soa_minimum_ttl | quote }}
- name: PDNS_default_soa_name
value: "ns1.{{ .Values.powerdns.domain }}"
- name: PDNS_default_soa_mail
value: "hostmaster.{{ .Values.powerdns.domain }}"

This is related to the following issue of the underlaying docker image.
pschiffe/docker-pdns#50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant