From a35b9eafefe5e251163860910c19f78671f64b8d Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 14 Jan 2026 15:46:22 +0000 Subject: [PATCH] Update templates/k0s_worker_node.yml.template --- templates/k0s_worker_node.yml.template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/templates/k0s_worker_node.yml.template b/templates/k0s_worker_node.yml.template index 5c05ad4..1abc340 100644 --- a/templates/k0s_worker_node.yml.template +++ b/templates/k0s_worker_node.yml.template @@ -5,8 +5,4 @@ address: [WORKER-IP] user: [WORKER-SSH-USER] port: [WORKER-SSH-PORT] - keyPath: [WORKER-SSH-KEYPATH] - bastion: - address: [BASTION-SSH-HOST] - user: [BASTION-SSH-USER] - keyPath: [BASTION-SSH-KEYPATH] \ No newline at end of file + keyPath: [WORKER-SSH-KEYPATH] \ No newline at end of file