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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ A list of values frequently changed.
58
58
| registerThroughAdmins | Should the admin be required to approve all new users. Setting this to false will result in all new users immediately be given access to Clowder. | true
59
59
| idleTimeoutInMinutes | Number of minutes you stay logged into clowder without any interactions. | 30
60
60
| tempfolder | Folder used to save files by clowder, before being send to storage location. | /home/clowder/data/tmp
61
-
| helpmenu | List of additional menu entries to be added to the clowder help menu. | []
61
+
| helpmenu | List of additional menu entries to be added to the clowder help menu. | []
62
62
| userid | the id of the user that runs the clowder process, this is helpful if you want to write to a shared storage as a specific user. | 10001
63
63
| groupid | the id of the groups that runs the clowder process, this is helpful if you want to write to a shared storage as a specific group. | 0
64
64
| replicaCount | Number of instances to run of clowder. | 1
@@ -79,7 +79,7 @@ These options can be used to set any other clowder variables, or plugins.
79
79
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
0 commit comments