Skip to content

Commit

Permalink
increase n projects limit
Browse files Browse the repository at this point in the history
  • Loading branch information
akochari committed Jul 1, 2024
1 parent d279fa8 commit 5307e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve/templates/studio-settings-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ data:
{{ if .Values.loki.enabled }}
LOKI_SVC = {{ .Values.loki.host | quote}}
{{ end }}
PROJECTS_PER_USER_LIMIT = 5
PROJECTS_PER_USER_LIMIT = 10
STUDIO_ACCESSMODE = os.environ.get("STUDIO_ACCESSMODE", "")
{{ if .Values.studio.enable_project_extra_settings }}
ENABLE_PROJECT_EXTRA_SETTINGS = True
Expand Down

0 comments on commit 5307e6d

Please sign in to comment.