You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(atlantis): support dnsConfig.options (e.g. ndots) (#565)
The dnsConfig block only rendered `nameservers` and `searches`, silently
dropping `options` — so `ndots` (and any other resolver option) could not be
set. Render the whole `dnsConfig` value with `toYaml` so all PodDNSConfig
fields pass through, and add `options` to the values.schema.json DnsConfig
definition (which has `additionalProperties: false`, so it would otherwise
reject `options`). Also fix the schema's `searches` type to `array` (the
template ranges over it) and stop emitting an empty `nameservers:` key when
only `options`/`searches` are set.
Backward compatible: nameservers/searches render identically and an empty
`dnsConfig: {}` still renders no block.
Signed-off-by: Ilia <ilia.lazebnik@placer.ai>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments