Skip to content

Commit b138376

Browse files
add volume and volumeMounts
1 parent dfb7f01 commit b138376

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/cf-runtime/templates/runtime/runtime-env-spec-tmpl.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ dockerDaemonScheduler:
183183
mountPath: /etc/docker/daemon.json
184184
subPath: daemon.json
185185
readOnly: true
186+
{{- with $dindContext.volumeMounts }}
187+
{{- toYaml . | nindent 4 }}
188+
{{- end }}
186189
volumes:
187190
codefresh-certs-server:
188191
name: codefresh-certs-server
@@ -192,6 +195,9 @@ dockerDaemonScheduler:
192195
name: dind-config
193196
configMap:
194197
name: codefresh-dind-config
198+
{{- with $dindContext.volumes }}
199+
{{- toYaml . | nindent 4 }}
200+
{{- end }}
195201
{{- with $dindContext.podSecurityContext }}
196202
podSecurityContext: {{- toYaml . | nindent 4 }}
197203
{{- end }}

0 commit comments

Comments
 (0)