We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dde491 commit 2418183Copy full SHA for 2418183
1 file changed
helm/blueapi/templates/statefulset.yaml
@@ -101,7 +101,7 @@ spec:
101
cp -r /app/.venv/* /artefacts
102
env:
103
- name: UV_CACHE_DIR
104
- value: {{ (.Values.worker.scratch).root }}/.uv-cache-ns
+ value: /app/.uv-cache
105
volumeMounts:
106
- name: init-config
107
mountPath: "/config"
@@ -205,7 +205,7 @@ spec:
205
name: {{ include "blueapi.fullname" . }}-otel-config
206
207
208
209
{{- if .Values.debug.enabled }}
210
- name: DEBUG_MODE
211
value: "ON"
0 commit comments