Skip to content

Commit 62a8e4a

Browse files
committed
CH-110 fix pvc template spec
1 parent 3f1c821 commit 62a8e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/jupyterhub/deploy/resources/hub/jupyterhub_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def camelCaseify(s):
286286
c.KubeSpawner.volumes = [
287287
{
288288
"name": volume_name_template,
289-
"persistentVolumeClaim": {"claimName": "{pvc_name_template}"},
289+
"persistentVolumeClaim": {"claimName": pvc_name_template},
290290
}
291291
]
292292
c.KubeSpawner.volume_mounts = [

0 commit comments

Comments
 (0)