This commit is contained in:
Hyatt 2019-10-24 14:58:53 -05:00
parent cef9d6686d
commit c5881b86cd
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -46,14 +46,14 @@ podTemplate(
value: ""
)
]
),
)
],
volumes(
configMapVolume(
mountPath: "/etc/docker",
configMapName: "dind-insecure-registries"
)
)
]
) {
node(POD_LABEL) {
container("docker") {