sshct(fix): wrong volume name

This commit is contained in:
Andrey Kartashov 2021-10-29 16:34:32 +07:00
parent 5e492bc7f5
commit 037f1d9333

View file

@ -29,7 +29,7 @@ spec:
hostPath: hostPath:
path: /usr/bin/perf path: /usr/bin/perf
type: File type: File
- name: host-perf-5.10 - name: host-perf-5-10
hostPath: hostPath:
path: /usr/bin/perf_5.10 path: /usr/bin/perf_5.10
type: File type: File
@ -67,7 +67,7 @@ spec:
name: host-perf name: host-perf
readOnly: true readOnly: true
- mountPath: /usr/bin/perf_5.10 - mountPath: /usr/bin/perf_5.10
name: host-perf-5.10 name: host-perf-5-10
readOnly: true readOnly: true
- mountPath: /lib/modules - mountPath: /lib/modules
name: host-lib-modules name: host-lib-modules