mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-03 03:31:12 +02:00
As code was looking for existing taint with `value == true`, it failed to find existing taint and tried to add another one which never succeeds. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>