sparse-intern-71089
07/29/2022, 9:28 AMflat-laptop-90489
08/04/2022, 5:25 AM}, pulumi.IgnoreChanges(
[]string{
`template["spec"]["containers"][0]["image"]`,
`template.metadata.annotations`,
`template.metadata.labels.commit-sha`,
`template.metadata.labels.gcb-build-id`,
}),
I had to fiddle around with the different possible formats of the ignore changes in order to get it to actually work, but the pulumi is running clean despite many builds on each of the services (resulting in a new image)big-account-56668
08/04/2022, 7:53 PMbig-account-56668
08/30/2022, 12:07 PMerror: gcp:cloudrun/service:Service resource 'x' has a problem: Missing required argument: The argument "template.0.spec.0.containers.0.image" is required, but no definition was found.. Examine values at 'Service.Template.Spec[0].Containers[0].Ports'.
My pulumi-gcp
version is v6.29.0.big-account-56668
08/30/2022, 12:09 PMerror: gcp:cloudrun/service:Service resource 'x' has a problem: Missing required argument: The argument "template.0.spec.0.containers.0.image" is required, but no definition was found.. Examine values at 'Service.Template.Spec[0].Containers[0].Resources'.
big-account-56668
08/30/2022, 2:05 PMflat-laptop-90489
09/06/2022, 3:42 AM