File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 5151 mountPath : /var/lib/docker
5252 - name : rundind
5353 mountPath : {{ .Values.dind.hostSocketDir }}
54+ {{- with .Values.dind.daemonset.extraVolumeMounts }}
55+ {{- . | toYaml | nindent 8 }}
56+ {{- end }}
57+ {{- with .Values.dind.daemonset.lifecycle }}
5458 terminationGracePeriodSeconds : 30
5559 volumes :
5660 - name : dockerlib-dind
6165 hostPath :
6266 path : {{ .Values.dind.hostSocketDir }}
6367 type : DirectoryOrCreate
68+ {{- with .Values.dind.daemonset.extraVolumes }}
69+ {{- . | toYaml | nindent 6 }}
70+ {{- end }}
6471{{- end }}
Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ dind:
166166 tag : 19.03.5-dind
167167 # Additional command line arguments to pass to dockerd
168168 extraArgs : []
169+ extraVolumes : []
170+ extraVolumeMounts : []
169171 storageDriver : overlay2
170172 resources : {}
171173 hostSocketDir : /var/run/dind
You can’t perform that action at this time.
0 commit comments