From 7fb926cfc56adf9f6f3db34856a9321222a7b1e9 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 15 Oct 2024 11:21:30 -0400 Subject: [PATCH] fix(yaskfile): TALOS_SCHEMATIC_ID --- .taskfiles/Talos/Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskfiles/Talos/Taskfile.yaml b/.taskfiles/Talos/Taskfile.yaml index 1a75fbfe59e..ff4d81d96a0 100644 --- a/.taskfiles/Talos/Taskfile.yaml +++ b/.taskfiles/Talos/Taskfile.yaml @@ -44,7 +44,7 @@ tasks: - talosctl --nodes {{.NODE}} health --wait-timeout=10m --server=false vars: MODE: '{{.MODE | default "default"}}' - TALOS_SCEMATIC_ID: + TALOS_SCHEMATIC_ID: sh: talosctl get nodeannotationspecs --nodes {{.NODE}} -o jsonpath='{.spec.value}' requires: vars: ['NODE', 'VERSION']