Skip to content

Commit 81a70f8

Browse files
Fix invalid names in configuration examples
1 parent 6d3c139 commit 81a70f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/administrator/optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ singleuser:
164164
165165
prePuller:
166166
extraImages:
167-
myOtherImageIWantPulled:
167+
my-other-image-i-want-pulled:
168168
name: jupyter/all-spark-notebook
169169
tag: 2343e33dec46
170170
```

jupyterhub/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,7 @@ properties:
27762776
```yaml
27772777
prePuller:
27782778
extraImages:
2779-
myExtraImageIWantPulled:
2779+
my-extra-image-i-want-pulled:
27802780
name: jupyter/all-spark-notebook
27812781
tag: 2343e33dec46
27822782
```

0 commit comments

Comments
 (0)