[3.2.0] - August 10, 2026
Added
- added
dnsConfigsupport on workload pod specs (deployments,statefulSets,daemonSets,pods,jobs,cronJobs,hooks) with the same per-workload →generic.dnsConfigfallback asdnsPolicy, and addeddnsConfigtovalues.schema.jsonundergenericand the base workload properties. Values are rendered throughtpl, so template expressions insidednsConfigare evaluated. Pure addition: nothing is rendered when the value is unset (#124).
Testing
- added unit suite
tests/units/dns_config_test.yamlcovering thegenericfallback, per-workload override, coexistence withdnsPolicy, templated values, and all workload kinds.