Adding Config map?
This commit is contained in:
parent
1e5453a6e0
commit
cef9d6686d
@ -46,6 +46,12 @@ podTemplate(
|
||||
value: ""
|
||||
)
|
||||
]
|
||||
),
|
||||
volumes(
|
||||
configMapVolume(
|
||||
mountPath: "/etc/docker",
|
||||
configMapName: "dind-insecure-registries"
|
||||
)
|
||||
)
|
||||
]
|
||||
) {
|
||||
|
Reference in New Issue
Block a user