This commit is contained in:
Hyatt 2019-10-24 15:21:08 -05:00
parent 6d81007b12
commit f58beaad77
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -50,7 +50,7 @@ podTemplate(
], ],
volumes: [ volumes: [
configMapVolume( configMapVolume(
mountPath: "/etc/docker/daemon.json", mountPath: "/etc/docker/",
configMapName: "dind-insecure-registries" configMapName: "dind-insecure-registries"
) )
] ]