Skip to content

Commit 0dde491

Browse files
NeilSmithDLStpoliaw
authored andcommitted
minor change to UV cache location (to aid Neil's understanding)
1 parent 53ff8ce commit 0dde491

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

helm/blueapi/templates/statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
cp -r /app/.venv/* /artefacts
102102
env:
103103
- name: UV_CACHE_DIR
104-
value: {{ (.Values.worker.scratch).root }}/.uv-cache
104+
value: {{ (.Values.worker.scratch).root }}/.uv-cache-ns
105105
volumeMounts:
106106
- name: init-config
107107
mountPath: "/config"
@@ -205,7 +205,7 @@ spec:
205205
name: {{ include "blueapi.fullname" . }}-otel-config
206206
env:
207207
- name: UV_CACHE_DIR
208-
value: {{ (.Values.worker.scratch).root }}/.uv-cache
208+
value: {{ (.Values.worker.scratch).root }}/.uv-cache-ns
209209
{{- if .Values.debug.enabled }}
210210
- name: DEBUG_MODE
211211
value: "ON"

0 commit comments

Comments
 (0)