We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bd62c commit 21db7e8Copy full SHA for 21db7e8
1 file changed
helm/robusta/templates/runner.yaml
@@ -54,7 +54,7 @@ spec:
54
- sh
55
- -c
56
- >
57
- SRC="/venv/lib/$(python -V | cut -d' ' -f2 | cut -d. -f1,2)/site-packages" &&
+ SRC="/venv/lib/python$(python -V | cut -d' ' -f2 | cut -d. -f1,2)/site-packages" &&
58
cp -a "${SRC}/." /venv-writable/
59
volumeMounts:
60
- name: venv-lib-volume
0 commit comments