Skip to content

Commit

Permalink
docs: update list of templated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 22, 2024
1 parent fbeb97e commit 95f5a6c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/source/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,22 @@ so for example the default `pod_name_template` of `"jupyter-{user_server}"` will

## templated properties

Some common templated fields:
Templated fields include:

- [extra_annotations](#KubeSpawner.extra_annotations)
- [extra_containers](#KubeSpawner.extra_containers)
- [extra_labels](#KubeSpawner.extra_labels)
- [pod_connect_ip](#KubeSpawner.pod_connect_ip)
- [pod_name_template](#KubeSpawner.pod_name_template)
- [pvc_name_template](#KubeSpawner.pvc_name_template)
- [storage_extra_annotations](#KubeSpawner.storage_extra_annotations)
- [storage_extra_labels](#KubeSpawner.storage_extra_labels)
- [storage_selector](#KubeSpawner.storage_selector)
- [user_namespace_annotations](#KubeSpawner.user_namespace_annotations)
- [user_namespace_labels](#KubeSpawner.user_namespace_labels)
- [user_namespace_template](#KubeSpawner.user_namespace_template)
- [volume_mounts](#KubeSpawner.volume_mounts)
- [volumes](#KubeSpawner.volumes)
- [working_dir](#KubeSpawner.working_dir)

## fields
Expand Down

0 comments on commit 95f5a6c

Please sign in to comment.