mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-10 16:21:17 +02:00
Try to be more smart while parsing `--config-patch` (and similar) flags: * we still support inline patches * if the flag value doesn't look like a patch, try to use it as a filename directly This avoids common confusion with `--config-patch=patch.yaml` returning an error "expected a mapping node". Also clarify/updated documentation for `talosctl edit` and `talosctl patch`, as they only work for the machineconfig, there is no other usecase now. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>