kubespray/contrib/terraform/vsphere/modules/kubernetes-cluster/templates/cloud-init.tpl

7 lines
115 B
Smarty

#cloud-config
ssh_authorized_keys:
%{ for ssh_public_key in ssh_public_keys ~}
- ${ssh_public_key}
%{ endfor ~}