From c2671cd3637d30a18c16a11e1af537a6efaeca4f Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Wed, 25 Nov 2020 13:46:44 +0700 Subject: [PATCH] sshct: use /home instead of /data/home --- apps/services/sshct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/services/sshct.yaml b/apps/services/sshct.yaml index db63690..baf6843 100644 --- a/apps/services/sshct.yaml +++ b/apps/services/sshct.yaml @@ -19,7 +19,7 @@ spec: volumes: - name: home hostPath: - path: /data/home + path: /home type: DirectoryOrCreate - name: dockersock hostPath: