@@ -21,6 +21,8 @@ memory: 2048
2121
2222# # List of admins for Clowder. These people will at every restart of clowder be given admin
2323# # priveleges. Can also be used to recover system by giving existing user admin rights.
24+ # # Make sure to provide at least one initialAdmin user, otherwise you will not be able
25+ # # to login.
2426initialAdmins :
25272628
@@ -36,20 +38,6 @@ registerThroughAdmins: true
3638# # a replicated setup. Best is for kubernetes to generate a random key.
3739# secretKey:
3840
39- # # List of initial users. These users will be added after clowder is installed. The
40- # # users will still need to accept the data policy.
41- # # email : Email address, also used to login
42- # # password : Initial password, if not set a random password is generated
43- # # firstname : First name of the user
44- # # lastname : Last name of the user
45- # # admin : should user be given admin privileges
46- users : []
47- 48- # #password: secret
49- # firstname: Admin
50- # lastname: User
51- # admin: true
52-
5341# # idleTimeoutInMinutes the time in minutes that your session is valid for until clowder
5442# # logs you out.
5543idleTimeoutInMinutes : 30
@@ -84,6 +72,12 @@ groupid: 0
8472# # is for this to be on the same volume as the final storage, or on a fast storage.
8573tempfolder : /home/clowder/data/tmp/
8674
75+ # # helpmenu is a list of entries that are added to the help menu in clowder, each entry has
76+ # # two fields, label (shown in menu) and the url.
77+ helpmenu : []
78+ # - label: "FAQs"
79+ # url: "https://example.com/faqs"
80+
8781# ----------------------------------------------------------------------
8882# Configure the ingress object to hook into existing infastructure
8983# ref : http://kubernetes.io/docs/user-guide/ingress/
0 commit comments