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 efacd6d commit 115b9ecCopy full SHA for 115b9ec
charts/cf-runtime/templates/runtime/runtime-env-spec-tmpl.yaml
@@ -178,8 +178,8 @@ dockerDaemonScheduler:
178
name: codefresh-certs-server
179
mountPath: /etc/ssl/cf
180
readOnly: true
181
- codefresh-dind-config:
182
- name: codefresh-dind-config
+ dind-config:
+ name: dind-config
183
mountPath: /etc/docker/daemon.json
184
subPath: daemon.json
185
@@ -188,8 +188,8 @@ dockerDaemonScheduler:
188
189
secret:
190
secretName: codefresh-certs-server
191
192
193
configMap:
194
name: codefresh-dind-config
195
{{- with $dindContext.podSecurityContext }}
0 commit comments