File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2424 release : {{ .Release.Name }}
2525 heritage : {{ .Release.Service }}
2626 {{- with .Values.deployment.labels }}
27- # Because toYaml + indent is super flaky
28- {{- range $key, $value := .Values.deployment.labels }}
29- {{ $key }}: {{ $value | quote }}
30- {{- end }}
27+ {{- . | toYaml | trimSuffix "\n" | nindent 8 }}
3128 {{- end }}
3229 annotations :
3330 # This lets us autorestart when the configmap changes!
@@ -120,7 +117,7 @@ spec:
120117 {{- end }}
121118 {{- end }}
122119 {{- with .Values.extraEnv }}
123- {{- . | toYaml | nindent 8 }}
120+ {{- include "jupyterhub.extraEnv" . | nindent 8 }}
124121 {{- end }}
125122 ports :
126123 - containerPort : 8585
Original file line number Diff line number Diff line change @@ -216,5 +216,5 @@ initContainers: []
216216lifecycle : {}
217217extraVolumes : []
218218extraVolumeMounts : []
219- extraEnv : []
219+ extraEnv : {}
220220podAnnotations : {}
You can’t perform that action at this time.
0 commit comments