Fix image reference formatting in appRender for correct Docker image path
This commit is contained in:
parent
c62e160288
commit
298e82bcb8
@ -24,7 +24,7 @@ appRender = lambda a: App {
|
|||||||
template.spec.containers = [
|
template.spec.containers = [
|
||||||
{
|
{
|
||||||
name = a.name
|
name = a.name
|
||||||
image = "cr.suyiiyii.top/docker.io" + a.image
|
image = "cr.suyiiyii.top/docker.io/" + a.image
|
||||||
ports = [{containerPort = a.port}]
|
ports = [{containerPort = a.port}]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user