File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,10 @@ spec:
115115 value : " {{ .Values.studio.sentry.combiner_dsn }}"
116116 - name : SENTRY_ENVIRONMENT
117117 value : " {{ .Values.studio.sentry.environment }}"
118+ - name : SERVER_FUNCTIONS_ENABLED
119+ values : " {{ .Values.studio.serverfunctions.enabled }}"
120+ - name : SERVER_FUNCTIONS_GVISOR
121+ values : " {{ .Values.studio.serverfunctions.gvisor }}"
118122 {{ end }}
119123 - name : WELCOME_EMAIL_ON_NEW_USER
120124 {{ if .Values.studio.welcomeEmail.enabled }}
Original file line number Diff line number Diff line change @@ -226,6 +226,10 @@ studio: # studio values
226226 recaptcha :
227227 enabled : false
228228
229+ serverfunctions :
230+ enabled : false
231+ gvisor : false
232+
229233 sentry :
230234 enabled : false
231235 studio_dsn : " "
You can’t perform that action at this time.
0 commit comments