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 - name: jupyter
hostPath: hostPath:
path: /data/home/jupyter path: /data/home/jupyter
type: type: DirectoryOrCreate
containers: containers:
- name: jupyter - name: jupyter
image: jupyter/minimal-notebook image: jupyter/minimal-notebook