We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980b179 commit 6441900Copy full SHA for 6441900
1 file changed
.diploi/helm/app.yaml
@@ -39,7 +39,7 @@ spec:
39
image: {{ .Values.images.app }}
40
imagePullPolicy: Always
41
command: ["uv"]
42
- args: ["sync"]
+ args: ["sync", "--frozen", "--no-cache"]
43
workingDir: /app/{{ .Values.identifier }}
44
volumeMounts:
45
- name: app-mount
0 commit comments