From 94e1c8312f2e21e14e569ac65b64583569abd161 Mon Sep 17 00:00:00 2001 From: Xing Wang Date: Wed, 5 Jun 2024 12:49:13 +0200 Subject: [PATCH] fix format of postStart (#19) --- basehub/values.yaml.j2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/basehub/values.yaml.j2 b/basehub/values.yaml.j2 index 9d971a3..343a5ab 100644 --- a/basehub/values.yaml.j2 +++ b/basehub/values.yaml.j2 @@ -61,12 +61,12 @@ jupyterhub: JUPYTERHUB_SINGLEUSER_APP: jupyter_server.serverapp.ServerApp lifecycleHooks: postStart: - exec: - command: - - "sh" - - "-c" - - > - tar -zxf /tmp/home.tar -C /home/jovyan + exec: + command: + - "sh" + - "-c" + - > + tar -zxf /tmp/home.tar -C /home/jovyan hub: db: