mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue