Skip to content

Commit

Permalink
fix format of postStart (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 authored Jun 5, 2024
1 parent 061abd4 commit 94e1c83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions basehub/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 94e1c83

Please sign in to comment.