mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
sshct(fix): wrong volume name
This commit is contained in:
parent
5e492bc7f5
commit
037f1d9333
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ spec:
|
|||
hostPath:
|
||||
path: /usr/bin/perf
|
||||
type: File
|
||||
- name: host-perf-5.10
|
||||
- name: host-perf-5-10
|
||||
hostPath:
|
||||
path: /usr/bin/perf_5.10
|
||||
type: File
|
||||
|
|
@ -67,7 +67,7 @@ spec:
|
|||
name: host-perf
|
||||
readOnly: true
|
||||
- mountPath: /usr/bin/perf_5.10
|
||||
name: host-perf-5.10
|
||||
name: host-perf-5-10
|
||||
readOnly: true
|
||||
- mountPath: /lib/modules
|
||||
name: host-lib-modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue