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 dfb7f01 commit b138376Copy full SHA for b138376
charts/cf-runtime/templates/runtime/runtime-env-spec-tmpl.yaml
@@ -183,6 +183,9 @@ dockerDaemonScheduler:
183
mountPath: /etc/docker/daemon.json
184
subPath: daemon.json
185
readOnly: true
186
+ {{- with $dindContext.volumeMounts }}
187
+ {{- toYaml . | nindent 4 }}
188
+ {{- end }}
189
volumes:
190
codefresh-certs-server:
191
name: codefresh-certs-server
@@ -192,6 +195,9 @@ dockerDaemonScheduler:
192
195
name: dind-config
193
196
configMap:
194
197
name: codefresh-dind-config
198
+ {{- with $dindContext.volumes }}
199
200
201
{{- with $dindContext.podSecurityContext }}
202
podSecurityContext: {{- toYaml . | nindent 4 }}
203
{{- end }}
0 commit comments