Skip to content

Commit ed614e7

Browse files
committed
Move expected venv for Helm initContainer
1 parent fb904d3 commit ed614e7

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
@@ -94,7 +94,7 @@ spec:
9494
blueapi -c /config/init_config.yaml setup-scratch
9595
if [ $? -ne 0 ]; then echo 'Blueapi failed'; exit 1; fi;
9696
echo "Exporting venv as artefact"
97-
cp -r /venv/* /artefacts
97+
cp -r /app/.venv/* /artefacts
9898
volumeMounts:
9999
- name: init-config
100100
mountPath: "/config"
@@ -149,7 +149,7 @@ spec:
149149
mountPropagation: HostToContainer
150150
{{- end }}
151151
- name: venv
152-
mountPath: /venv
152+
mountPath: /app/.venv/
153153
{{- end }}
154154
{{- if ne 1000.0 .Values.securityContext.runAsUser }}
155155
- mountPath: /home

0 commit comments

Comments
 (0)