mirror of
https://github.com/lingble/talos.git
synced 2026-03-20 04:03:37 +00:00
The example configuration generated by talosctl contains ```yaml extraKernelArgs: - talos.platform=metal ``` in the install section, which, if uncommented, causes the installer to append the `talos.platform` option twice. Thus, if the platform is set/changed here, it will not be respected. This change allows the existing value to be overridden. Signed-off-by: Dennis Marttinen <twelho@welho.tech> Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>