Skip to content

Commit a5d96f7

Browse files
committed
Fix missing workingDir in app.yaml
1 parent b131e8f commit a5d96f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.diploi/helm/app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ spec:
8787
- name: {{ .identifier }}
8888
value: {{ .value | quote }}
8989
{{- end }}
90+
{{- if eq .Values.stage "development"}}
91+
workingDir: /app{{ .Values.folder }}
92+
{{- end }}
9093
volumeMounts:
9194
{{- if hasKey .Values.storage "code" }}
9295
- name: app-mount

0 commit comments

Comments
 (0)