@@ -2421,25 +2421,26 @@ properties:
24212421 extraVolumeMounts :
24222422 type : [object, array]
24232423 description : |
2424- Configures `KubeSpawner.volume_mounts` dictionary. Can be a dictionary
2425- or an array.
2426- If it's an array, a combination of the volume name and its index is
2427- used as the key while setting up the volume mount entry in
2428- KubeSpawner.volume_mounts and the value is the volume mount
2429- configuration.
2430- If it's a dictionary, the keys of the dictionary can be any descriptive
2431- name for the volume mount and the value is the volume mount
2424+ Injects extra volume mounts into `KubeSpawner.volume_mounts` dictionary.
2425+ Can be a dictionary or an array.
2426+ If it's an array, each item must be a volume mount configuration in k8s
2427+ native syntax. A combination of the volume name and its index is used as the key
2428+ in `KubeSpawner.volume_mounts` dictionary and the value is the volume mount
24322429 configuration.
2430+ If `extraVolumeMounts` is defined as a dictionary, the keys of the dictionary
2431+ can be any descriptive name for the volume mount and the value is the volume mount
2432+ configuration in k8s native syntax.
24332433 extraVolumes :
24342434 type : [object, array]
24352435 description : |
2436- Configures `KubeSpawner.volumes` dictionary. Can be a dictionary or an
2437- array.
2438- If it's an array, the name of the volume is used as the key while
2439- setting up the volume entry in KubeSpawner.volumes and the value is the
2440- volume configuration.
2441- If it's a dictionary, the keys of the dictionary can be any descriptive
2442- name for the volume and the value is the volume configuration.
2436+ Injects extra volumes into `KubeSpawner.volumes` dictionary. Can be a dictionary
2437+ or an array.
2438+ If it's an array, each item must be volume configuration in k8s native
2439+ syntax. The name of the volume is used as the key in `KubeSpawner.volumes`
2440+ dictionary while the value is the volume configuration.
2441+ If `extraVolumes` is defined as a dictionary, the keys of the dictionary
2442+ can be any descriptive name for the volume and the value must be the volume
2443+ configuration in k8s native syntax.
24432444 homeMountPath :
24442445 type : string
24452446 description : |
0 commit comments