services: jupyter: fix hostPath type

This commit is contained in:
Andrey Kartashov 2019-10-27 06:26:17 +07:00
parent 1d46663ba6
commit 030e104805

View file

@ -20,7 +20,7 @@ spec:
- name: jupyter
hostPath:
path: /data/home/jupyter
type:
type: DirectoryOrCreate
containers:
- name: jupyter
image: jupyter/minimal-notebook