Skip to content

Commit

Permalink
Merge pull request #6059 from felder/felder_DH-361_directory-delete_h…
Browse files Browse the repository at this point in the history
…idden-files

[DH-361] enabling nonempty directory delete
  • Loading branch information
felder authored Aug 30, 2024
2 parents 05af072 + 663ae8e commit ddf954c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/nature/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jupyterhub:
- course::1524699::group::all-admins
singleuser:
extraFiles:
jupyter_server_config.json:
mountPath: /usr/local/etc/jupyter/jupyter_server_config.json
data:
FileContentsManager:
always_delete_dir: true
remove-exporters:
mountPath: /etc/jupyter/jupyter_notebook_config.py
stringData: |
Expand Down

0 comments on commit ddf954c

Please sign in to comment.