volumes????

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

View File

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