Skip to content

Commit e64ccf0

Browse files
committed
Avoid modifying checksum of configmap
1 parent 0f717f2 commit e64ccf0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

helm-chart/binderhub/templates/configmap.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ apiVersion: v1
33
metadata:
44
name: binder-config
55
data:
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 */ -}}

0 commit comments

Comments
 (0)