Skip to content

Commit e04c26c

Browse files
authored
Merge pull request #3651 from yuvipanda/no-nfs
Disable NFS completely when setting up ephemeral hub
2 parents c761173 + 798ddb2 commit e04c26c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/howto/features/ephemeral.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ As users are temporary and can not be accessed again, there is no reason to
9292
provide persistent storage. So we turn it all off.
9393

9494
```yaml
95+
nfs:
96+
enabled: false
97+
9598
jupyterhub:
9699
custom:
97100
singleuserAdmin:

0 commit comments

Comments
 (0)