Skip to content

Commit

Permalink
Fix documented example for proxy.chp.extraCommandLineFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 3, 2024
1 parent a50fdb0 commit 3737678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ properties:
chp:
extraCommandLineFlags:
- "--auto-rewrite"
- "--custom-header {{ .Values.myCustomStuff }}"
- "--custom-header={{ .Values.custom.myStuff }}"
```
Note that these will be appended last, and if you provide the same
Expand Down

0 comments on commit 3737678

Please sign in to comment.