File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
helm-chart/binderhub/templates Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ apiVersion: v1
33metadata :
44 name : binder-config
55data :
6- # FIXME: Stop splitting up parts into configmap/secret as it adds complexity,
7- # instead only use a secret. For the equivalent PR in z2jh, see:
8- # https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/1682
6+ {{- /*
7+ FIXME : Stop splitting up parts into configmap/secret as it adds complexity,
8+ instead only use a secret. For the equivalent PR in z2jh, see :
9+ https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/1682
10+ */}}
911 {{- /* Important: only pick relevant subset of values. Including too much here can trigger unnecessary binderhub pod restarts */}}
1012 {{- $values := pick .Values "config" "cors" "dind" "extraConfig" }}
1113 {{- /* make a copy to avoid modifying the original */ -}}
You can’t perform that action at this time.
0 commit comments