fix(jupyterhub): fix setting pre-spawn hook

This commit is contained in:
Masaki Yatsu
2025-09-05 18:29:29 +09:00
parent e9a2ace7d4
commit 20739aadec
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ hub:
import traceback
spawner.log.error("Full traceback: {}".format(traceback.format_exc()))
c.Spawner.pre_spawn_hook = pre_spawn_hook
c.KubeSpawner.pre_spawn_hook = pre_spawn_hook
podSecurityContext: