diff --git a/scaleout/stackn/templates/studio-deployment.yaml b/scaleout/stackn/templates/studio-deployment.yaml index a1a1b28..e1cae4e 100644 --- a/scaleout/stackn/templates/studio-deployment.yaml +++ b/scaleout/stackn/templates/studio-deployment.yaml @@ -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" diff --git a/scaleout/stackn/values.yaml b/scaleout/stackn/values.yaml index 6939894..72f6593 100644 --- a/scaleout/stackn/values.yaml +++ b/scaleout/stackn/values.yaml @@ -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: