You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,7 @@ A Helm chart that generates cloud-init config files
44
44
| secret_name | string |`"max-scrapmetal-user-data"`| name of secret in which to save the user-data file |
45
45
| serviceAccount | object |`{"create":true,"existingServiceAccountName":"cloud-init-sa","name":"cloud-init-sa"}`| Choose weather to create a service-account or not. Once a SA has been created you should set this to false on subsequent runs. |
46
46
| swap | object |`{"enabled":false,"filename":"/swapfile","maxsize":"1G","size":"1G"}`| creates a swap file using human-readable values. |
47
-
| users | list |`[{"groups":"users, admin, docker, sudo, kvm","lock_passwd":false,"name":"pool","password":{"random":true},"shell":"/bin/bash","ssh_authorized_keys":[],"ssh_import_id":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}]`| user configuration options See https://cloudinit.readthedocs.io/en/latest/reference/modules.html#users-and-groups do NOT use 'admin' as username - it conflicts with multiele cloud-images |
47
+
| users | list |`[{"groups":"users, admin, docker, sudo, kvm","lock_passwd":false,"name":"$USERNAME","password":{"random":true},"shell":"/bin/bash","ssh_authorized_keys":[],"ssh_import_id":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}]`| user configuration options See https://cloudinit.readthedocs.io/en/latest/reference/modules.html#users-and-groups do NOT use 'admin' as username - it conflicts with multiele cloud-images |
48
48
| users[0].password | object |`{"random":true}`| set user password from existing secret or generate random |
49
49
| users[0].ssh_authorized_keys | list |`[]`| provider user ssh pub key as plaintext |
50
50
| users[0].ssh_import_id | list |`[]`| import user ssh public keys from github, gitlab, or launchpad See https://cloudinit.readthedocs.io/en/latest/reference/modules.html#ssh|
0 commit comments