mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
services: jupyter: fix hostPath type
This commit is contained in:
parent
1d46663ba6
commit
030e104805
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ spec:
|
|||
- name: jupyter
|
||||
hostPath:
|
||||
path: /data/home/jupyter
|
||||
type:
|
||||
type: DirectoryOrCreate
|
||||
containers:
|
||||
- name: jupyter
|
||||
image: jupyter/minimal-notebook
|
||||
|
|
|
|||
Loading…
Reference in a new issue