From d81c57f86048235a8044bf55b07d1cf62fb99df5 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:10:02 -0700 Subject: [PATCH] chore(terraform): enable disk wipe on install for all nodes (controlplane and worker) --- terraform/templates/controlplane.tftpl | 2 +- terraform/templates/worker.tftpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/templates/controlplane.tftpl b/terraform/templates/controlplane.tftpl index 13e7e1d..c31cd1e 100644 --- a/terraform/templates/controlplane.tftpl +++ b/terraform/templates/controlplane.tftpl @@ -47,7 +47,7 @@ machine: install: disk: ${install_disk} image: factory.talos.dev/installer/613e1592b2da41ae5e265e8789429f22e121aab91cb4deb6bc3c0b6262961245:${talos_version} - wipe: false + wipe: true grubUseUKICmdline: true disks: %{ for disk in longhorn_disks ~} diff --git a/terraform/templates/worker.tftpl b/terraform/templates/worker.tftpl index dddbfc6..5be6c95 100644 --- a/terraform/templates/worker.tftpl +++ b/terraform/templates/worker.tftpl @@ -43,7 +43,7 @@ machine: install: disk: ${install_disk} image: ${factory_image} - wipe: false + wipe: true grubUseUKICmdline: true disks: %{ for disk in extra_disks ~}