chore: formatting, space alignment
This commit is contained in:
parent
f8837c9632
commit
dca812f433
4
main.go
4
main.go
@ -16,8 +16,8 @@ func main() {
|
|||||||
Image: "nginx",
|
Image: "nginx",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Image: "nginx",
|
Image: "nginx",
|
||||||
Path: "/api",
|
Path: "/api",
|
||||||
Health: "/",
|
Health: "/",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -83,8 +83,8 @@ func NewApplication(ctx *pulumi.Context, publicConfiguration *Configuration) (*A
|
|||||||
var preventDuplicatePath []string
|
var preventDuplicatePath []string
|
||||||
for _, publicImageConfiguration := range publicConfiguration.Images {
|
for _, publicImageConfiguration := range publicConfiguration.Images {
|
||||||
localImagesConfiguration := ImagesConfiguration{
|
localImagesConfiguration := ImagesConfiguration{
|
||||||
Image: publicImageConfiguration.Image,
|
Image: publicImageConfiguration.Image,
|
||||||
Path: publicImageConfiguration.Path,
|
Path: publicImageConfiguration.Path,
|
||||||
Health: publicImageConfiguration.Health,
|
Health: publicImageConfiguration.Health,
|
||||||
}
|
}
|
||||||
if publicImageConfiguration.Path == "" {
|
if publicImageConfiguration.Path == "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user