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",
|
||||
Path: "/api",
|
||||
Image: "nginx",
|
||||
Path: "/api",
|
||||
Health: "/",
|
||||
},
|
||||
},
|
||||
|
@ -83,8 +83,8 @@ func NewApplication(ctx *pulumi.Context, publicConfiguration *Configuration) (*A
|
||||
var preventDuplicatePath []string
|
||||
for _, publicImageConfiguration := range publicConfiguration.Images {
|
||||
localImagesConfiguration := ImagesConfiguration{
|
||||
Image: publicImageConfiguration.Image,
|
||||
Path: publicImageConfiguration.Path,
|
||||
Image: publicImageConfiguration.Image,
|
||||
Path: publicImageConfiguration.Path,
|
||||
Health: publicImageConfiguration.Health,
|
||||
}
|
||||
if publicImageConfiguration.Path == "" {
|
||||
|
Loading…
Reference in New Issue
Block a user