Fix: Update output type in Talos configuration command from controlplane to worker

This commit is contained in:
Marco van Zijl 2025-05-04 11:49:00 +02:00
parent 172ff176bb
commit 8997398b81

View File

@ -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 \