We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5df15c commit 5006526Copy full SHA for 5006526
helm-chart/binderhub/templates/deployment.yaml
@@ -70,6 +70,10 @@ spec:
70
args:
71
- --config
72
- /etc/binderhub/config/binderhub_config.py
73
+ {{- with .Values.lifecycle }}
74
+ lifecycle:
75
+ {{- . | toYaml | nindent 10 }}
76
+ {{- end }}
77
volumeMounts:
78
- mountPath: /etc/binderhub/config/
79
name: config
helm-chart/binderhub/values.yaml
@@ -211,6 +211,7 @@ ingress:
211
# - chart-example.local
212
213
initContainers: []
214
+lifecycle: {}
215
extraVolumes: []
216
extraVolumeMounts: []
217
extraEnv: []
0 commit comments