Skip to content

Commit

Permalink
Merge pull request #3337 from consideRatio/pr/fix-doc-example
Browse files Browse the repository at this point in the history
Fix documented example for proxy.chp.extraCommandLineFlags
  • Loading branch information
manics authored Feb 3, 2024
2 parents a50fdb0 + 3737678 commit 9f631a0
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 9f631a0

Please sign in to comment.