Skip to content

Commit a972e02

Browse files
committed
adding user and using _ instead of - to avoid a bug in home creation
1 parent 495c459 commit a972e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jupyterhub::enable_otp_auth: false
22
jupyterhub::admin_groups: ['helper']
33
# For TF cloud, password is pre-set from variable
44
profile::users::ldap::users:
5-
"%{lookup('cluster_name')}-":
5+
"%{lookup('cluster_name')}_user":
66
count: 50
77
passwd: "%{alias('passwd_user')}"
88
groups: ['def-sponsor00']

0 commit comments

Comments
 (0)