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
A Helm chart for deploying a Kamaji Tenant Cluster on vSphere using Cluster API and Kamaji.
6
6
@@ -73,7 +73,12 @@ A Helm chart for deploying a Kamaji Tenant Cluster on vSphere using Cluster API
73
73
| nodePools[0].staticRoutes | list |`[]`| Static network routes if required |
74
74
| nodePools[0].storagePolicyName | string |`""`| VSphere storage policy to use |
75
75
| nodePools[0].template | string |`"ubuntu-2204-kube-v1.32.0"`| VSphere template to clone |
76
-
| nodePools[0].users | list |`[{"name":"ubuntu","sshAuthorizedKeys":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}]`| users to create on machines |
76
+
| nodePools[0].users | list |`[{"lockPassword":true,"name":"ubuntu","shell":"/bin/bash","sshAuthorizedKeys":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}]`| users to create on machines |
77
+
| nodePools[0].users[0]| object |`{"lockPassword":true,"name":"ubuntu","shell":"/bin/bash","sshAuthorizedKeys":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}`| username to create |
0 commit comments