From 373767869c6353392ee8e9c93fe3de16aabfa352 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 3 Feb 2024 11:24:58 +0100 Subject: [PATCH] Fix documented example for proxy.chp.extraCommandLineFlags --- jupyterhub/values.schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/values.schema.yaml b/jupyterhub/values.schema.yaml index 69c13a83c0..1375a536bb 100644 --- a/jupyterhub/values.schema.yaml +++ b/jupyterhub/values.schema.yaml @@ -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