volumes??

This commit is contained in:
Hyatt 2019-10-24 15:02:01 -05:00
parent c5881b86cd
commit 1a5625d0c8
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -45,15 +45,15 @@ podTemplate(
key: "DOCKER_TLS_CERTDIR", key: "DOCKER_TLS_CERTDIR",
value: "" value: ""
) )
]
)
], ],
volumes( volumes: [
configMapVolume( configMapVolume(
mountPath: "/etc/docker", mountPath: "/etc/docker",
configMapName: "dind-insecure-registries" configMapName: "dind-insecure-registries"
) )
]
) )
]
) { ) {
node(POD_LABEL) { node(POD_LABEL) {
container("docker") { container("docker") {