Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scaleout/stackn/templates/studio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ spec:
values: "{{ .Values.studio.serverfunctions.enabled }}"
- name: SERVER_FUNCTIONS_GVISOR
values: "{{ .Values.studio.serverfunctions.gvisor }}"
- name: PROJECTS_PER_USER_LIMIT
values: "{{ .Values.studio.projects_per_user_limit }}"
- name: WELCOME_EMAIL_ON_NEW_USER
{{ if .Values.studio.welcomeEmail.enabled }}
value: "true"
Expand Down
1 change: 1 addition & 0 deletions scaleout/stackn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ studio: # studio values
init: true # init studio script (deprecated)
enable_project_extra_settings: false # enable project extra settings. Do not change unless you know what you are doing.
inactive_users: False # inactive users by default. When set to True, users will be inactive by default and need to be activated by an admin.
projects_per_user_limit: 1 # Number of projects limit for non-authorized users.
custom_apps: # custom apps for studio. Do not change unless you know what you are doing.
enabled: true
apps:
Expand Down
Loading