From 037f1d93338a9d895682e384c8b41e1cdea4f93b Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Fri, 29 Oct 2021 16:34:32 +0700 Subject: [PATCH] sshct(fix): wrong volume name --- apps/services/sshct.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/services/sshct.yaml b/apps/services/sshct.yaml index b1770fb..f070f47 100644 --- a/apps/services/sshct.yaml +++ b/apps/services/sshct.yaml @@ -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