Adding Config map?

This commit is contained in:
Hyatt 2019-10-24 14:57:14 -05:00
parent 1e5453a6e0
commit cef9d6686d
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -46,6 +46,12 @@ podTemplate(
value: "" value: ""
) )
] ]
),
volumes(
configMapVolume(
mountPath: "/etc/docker",
configMapName: "dind-insecure-registries"
)
) )
] ]
) { ) {