Files
argocd-apps/apps/base/bind-internal/resolvers
unkinben 32c97c94c7
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
Fix validate-except syntax: semicolon after last list entry
The resolver validate-except list (#251) omitted the trailing semicolon
after the final entry, so named fails config parse
(named.conf: missing ';' before '}') and the resolver pods crash-loop.
BIND requires every entry in the list to be semicolon-terminated,
including the last one before the closing brace.
2026-07-12 22:24:53 +10:00
..