Skip to content

Commit 2f4e08c

Browse files
committed
schema: fix too restrictive config of singleuser.lifecycleHooks
1 parent 4618d16 commit 2f4e08c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jupyterhub/schema.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,13 @@ properties:
18681868
type: object
18691869
additionalProperties: false
18701870
description: *kubespawner-native-config-description
1871+
properties:
1872+
postStart:
1873+
type: object
1874+
additionalProperties: true
1875+
preStop:
1876+
type: object
1877+
additionalProperties: true
18711878
networkTools:
18721879
type: object
18731880
additionalProperties: false

0 commit comments

Comments
 (0)