We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286cb84 commit 98db658Copy full SHA for 98db658
1 file changed
README.md
@@ -235,6 +235,15 @@ certificate issuer name using the playbook variable `jo_ingress_cert_issuer`.
235
236
Both are exposed in the example parameter file `example-parameters.yaml`.
237
238
+## Populating the home directory
239
+A number of key files are prepared by the built-in `/usr/local/bin/start.sh` script
240
+that the operator creates (via a **ConfigMap**). This script, used as the
241
+container's **command**, will also recursively copy the content of the container image's
242
+`/home/code/copy-to-home` directory (if it exists) to `~` prior to running Jupyter.
243
+The script copies files using the command: -
244
+
245
+ cp -r -u /home/code/copy-to-home/* ~
246
247
---
248
249
[ansible]: https://www.ansible.com
0 commit comments