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