We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b998bf3 commit 02d4102Copy full SHA for 02d4102
charts/supabase/templates/functions/deployment.yaml
@@ -133,8 +133,9 @@ spec:
133
{{- with .Values.functions.volumeMounts }}
134
{{- toYaml . | nindent 12 }}
135
{{- end }}
136
- - mountPath: /home/deno/functions/main
+ - mountPath: /home/deno/functions/main/index.ts
137
name: functions-main
138
+ subPath: index.ts
139
{{- with .Values.functions.resources }}
140
resources:
141
0 commit comments