We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb904d3 commit ed614e7Copy full SHA for ed614e7
1 file changed
helm/blueapi/templates/statefulset.yaml
@@ -94,7 +94,7 @@ spec:
94
blueapi -c /config/init_config.yaml setup-scratch
95
if [ $? -ne 0 ]; then echo 'Blueapi failed'; exit 1; fi;
96
echo "Exporting venv as artefact"
97
- cp -r /venv/* /artefacts
+ cp -r /app/.venv/* /artefacts
98
volumeMounts:
99
- name: init-config
100
mountPath: "/config"
@@ -149,7 +149,7 @@ spec:
149
mountPropagation: HostToContainer
150
{{- end }}
151
- name: venv
152
- mountPath: /venv
+ mountPath: /app/.venv/
153
154
{{- if ne 1000.0 .Values.securityContext.runAsUser }}
155
- mountPath: /home
0 commit comments