Fix validate-except syntax (resolver crash-loop) #252

Merged
benvin merged 1 commits from benvin/fix-validate-except-syntax into main 2026-07-12 22:26:23 +10:00

1 Commits

Author SHA1 Message Date
unkinben 32c97c94c7 Fix validate-except syntax: semicolon after last list entry
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
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