mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
sshct: use /home instead of /data/home
This commit is contained in:
parent
723dea9b1d
commit
c2671cd363
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: home
|
- name: home
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /data/home
|
path: /home
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue