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",
value: ""
)
],
volumes: [
configMapVolume(
mountPath: "/etc/docker",
configMapName: "dind-insecure-registries"
)
]
)
],
volumes(
configMapVolume(
mountPath: "/etc/docker",
configMapName: "dind-insecure-registries"
)
)
]
) {
node(POD_LABEL) {
container("docker") {