From 030e104805b5da491b6ca1d103efb9cb89547996 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Sun, 27 Oct 2019 06:26:17 +0700 Subject: [PATCH] services: jupyter: fix hostPath type --- apps/services/jupyter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/services/jupyter.yaml b/apps/services/jupyter.yaml index f1989ec..50a9061 100644 --- a/apps/services/jupyter.yaml +++ b/apps/services/jupyter.yaml @@ -20,7 +20,7 @@ spec: - name: jupyter hostPath: path: /data/home/jupyter - type: + type: DirectoryOrCreate containers: - name: jupyter image: jupyter/minimal-notebook