volumes??
This commit is contained in:
parent
c5881b86cd
commit
1a5625d0c8
@ -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") {
|
||||||
|
Reference in New Issue
Block a user