Task · MDE-0023

Derive Helm shutdown validation from the config schema

Description

PR #733 P3.15 remains in charts/meraki-dashboard-exporter/templates/_validation.tpl:19-29. The validation hardcodes default 120 outside generated markers, duplicating APISettings.per_fetch_deadline_seconds. A schema default change can therefore render a termination grace shorter than the application fetch deadline. Generate or otherwise single-source the Helm fallback and add render tests for default and overridden values.

Acceptance Criteria

Definition of Done

Implementation Plan

Final Summary

Implemented and verified in 7327153. Helm shutdown validation is schema-derived and covered by render tests; full gates passed.

References

View the source file on GitHub