From 8997398b81063015f13e074106d5b8e00dc66a7c Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sun, 4 May 2025 11:49:00 +0200 Subject: [PATCH] Fix: Update output type in Talos configuration command from controlplane to worker --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ecfaf41..a0be16a 100644 --- a/readme.md +++ b/readme.md @@ -97,7 +97,7 @@ For worker nodes: ```bash talosctl gen config \ --output rendered/worker1.yaml \ - --output-types controlplane \ + --output-types worker \ --with-secrets secrets.yaml \ --config-patch @nodes/worker1.yaml \ --config-patch @patches/argocd.yaml \