diff --git a/helm/blueapi/templates/statefulset.yaml b/helm/blueapi/templates/statefulset.yaml index ef400c5999..a782cde599 100644 --- a/helm/blueapi/templates/statefulset.yaml +++ b/helm/blueapi/templates/statefulset.yaml @@ -97,7 +97,7 @@ spec: cp -r /app/.venv/* /artefacts env: - name: UV_CACHE_DIR - value: {{ (.Values.worker.scratch).root }} + value: {{ (.Values.worker.scratch).root }}/.uv-cache volumeMounts: - name: init-config mountPath: "/config" @@ -200,7 +200,7 @@ spec: name: {{ include "blueapi.fullname" . }}-otel-config env: - name: UV_CACHE_DIR - value: {{ (.Values.worker.scratch).root }} + value: {{ (.Values.worker.scratch).root }}/.uv-cache {{- if .Values.extraEnvVars }} {{- toYaml .Values.extraEnvVars | nindent 12 }} {{- end }}