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
deployment: thread config_format from CLI to node container arg
Add a `--config-format {preset,native}` deployment CLI flag (default preset) and
thread its value from the parser through SequencerNodeChart and the
Deployment/StatefulSet constructs to PodBuilder, which now emits
`--config_format <value>` to the node container instead of a hardcoded "preset".
With the default (preset) the synthesized output is unchanged. The ConfigMap
content path (native config generation) consumes this value in a follow-up.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments