Skip to content

Commit 980b179

Browse files
committed
Try to run uv sync in initContainers
1 parent 2d97ef7 commit 980b179

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.diploi/helm/app.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ spec:
3838
- name: install-dependencies
3939
image: {{ .Values.images.app }}
4040
imagePullPolicy: Always
41-
command:
42-
- /bin/sh
43-
- -c
44-
- uv sync
41+
command: ["uv"]
42+
args: ["sync"]
4543
workingDir: /app/{{ .Values.identifier }}
4644
volumeMounts:
4745
- name: app-mount

0 commit comments

Comments
 (0)