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
4 changes: 4 additions & 0 deletions scaleout/stackn/templates/studio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ spec:
value: "{{ .Values.studio.sentry.combiner_dsn }}"
- name: SENTRY_ENVIRONMENT
value: "{{ .Values.studio.sentry.environment }}"
- name: SERVER_FUNCTIONS_ENABLED
values: "{{ .Values.studio.serverfunctions.enabled }}"
- name: SERVER_FUNCTIONS_GVISOR
values: "{{ .Values.studio.serverfunctions.gvisor }}"
{{ end }}
- name: WELCOME_EMAIL_ON_NEW_USER
{{ if .Values.studio.welcomeEmail.enabled }}
Expand Down
4 changes: 4 additions & 0 deletions scaleout/stackn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ studio: # studio values
recaptcha:
enabled: false

serverfunctions:
enabled: false
gvisor: false

sentry:
enabled: false
studio_dsn: ""
Expand Down
Loading