Skip to content

Commit 9f631a0

Browse files
authored
Merge pull request #3337 from consideRatio/pr/fix-doc-example
Fix documented example for proxy.chp.extraCommandLineFlags
2 parents a50fdb0 + 3737678 commit 9f631a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterhub/values.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ properties:
15591559
chp:
15601560
extraCommandLineFlags:
15611561
- "--auto-rewrite"
1562-
- "--custom-header {{ .Values.myCustomStuff }}"
1562+
- "--custom-header={{ .Values.custom.myStuff }}"
15631563
```
15641564
15651565
Note that these will be appended last, and if you provide the same

0 commit comments

Comments
 (0)