From 1ebb2ddbf58447b4d8a829ef12effdfe0b594018 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed <fawzi.mohamed@fhi-berlin.mpg.de> Date: Wed, 26 Sep 2018 19:24:30 +0200 Subject: [PATCH] jupyter template relocation --- config/default-jupyter.hjson | 2 +- {kubeTemplates => templates/kube}/jupyterTemplate.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {kubeTemplates => templates/kube}/jupyterTemplate.yaml (100%) diff --git a/config/default-jupyter.hjson b/config/default-jupyter.hjson index 071c625..da8bef7 100644 --- a/config/default-jupyter.hjson +++ b/config/default-jupyter.hjson @@ -1,5 +1,5 @@ k8component: { - templatePath: "jupyterTemplate.yaml" + templatePath: "kube/jupyterTemplate.yaml" image: { name: jupyter imageType: jupyter diff --git a/kubeTemplates/jupyterTemplate.yaml b/templates/kube/jupyterTemplate.yaml similarity index 100% rename from kubeTemplates/jupyterTemplate.yaml rename to templates/kube/jupyterTemplate.yaml -- GitLab