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 c2c21d7 commit c0efe13Copy full SHA for c0efe13
helm-chart/binderhub/templates/dind/daemonset.yaml
@@ -55,6 +55,9 @@ spec:
55
{{- . | toYaml | nindent 8 }}
56
{{- end }}
57
{{- with .Values.dind.daemonset.lifecycle }}
58
+ lifecycle:
59
+ {{- . | toYaml | nindent 10 }}
60
+ {{- end }}
61
terminationGracePeriodSeconds: 30
62
volumes:
63
- name: dockerlib-dind
helm-chart/binderhub/values.yaml
@@ -166,6 +166,7 @@ dind:
166
tag: 19.03.5-dind
167
# Additional command line arguments to pass to dockerd
168
extraArgs: []
169
+ lifecycle: {}
170
extraVolumes: []
171
extraVolumeMounts: []
172
storageDriver: overlay2
0 commit comments