We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f3e8e commit 249ad32Copy full SHA for 249ad32
1 file changed
.diploi/helm/app.yaml
@@ -42,8 +42,8 @@ spec:
42
args:
43
- |
44
uv sync --frozen --no-cache --link-mode=copy && \
45
- cp --remove-destination "$(readlink /app/{{ .Values.identifier }}/.venv/bin/python)" /app/{{ .Values.identifier }}/.venv/bin/python 2>/dev/null || :
46
- workingDir: /app/{{ .Values.identifier }}
+ cp --remove-destination "$(readlink /app{{ .Values.folder }}/.venv/bin/python)" /app{{ .Values.folder }}/.venv/bin/python 2>/dev/null || :
+ workingDir: /app{{ .Values.folder }}
47
volumeMounts:
48
- name: app-mount
49
mountPath: /app
@@ -55,7 +55,7 @@ spec:
55
ports:
56
- containerPort: 8000
57
{{- if eq .Values.stage "development" }}
58
59
{{- end }}
60
env:
61
{{- range .Values.env }}
0 commit comments