Lee Zen
Lee Zen
For M52, let's focus on just the design aspect of this and scope this issue out.
You need to include the `registry` property on the `Image` resource in order to provide the appropriate server information and credentials in order to push your image (see https://www.pulumi.com/docs/reference/pkg/docker/image/#create-and-push-image-to-azure-container-registry for...
Not exactly what you're looking for, but you might be interested in https://github.com/pulumi/pulumitv/tree/master/modern-infrastructure-wednesday/2020-05-20/graphql-api as an example of doing something similar and potential launching point. If you do build it, would...
There's some inconsistency w/ the examples here which we need to fix. The C# example shows port 80, but the others do show port 22 (which is SSH).
@stack72 Exactly
`Always` is the default and isn't being set within `pulumi-kubernetesx`, so it looks like something that could be added for `Job` to ensure that `restartPolicy` is being set appropriately. As...
In your action, I don't see any step to actually perform the docker build of the console app, which I assume is what actually generates anything on the `/dist/objs` path?
@chriscogburn Could you please provide the code you're trying to use that's failing? I don't see `subTopic` anywhere in the example, so it'd be helpful to see the complete code...
Do either the `diff` (which will affect output) or `comment-on-pr` (which will post to your PR) options provide what you need here?
Thanks for pointing the error in the example out. In case you didn't find this in the documentation, the way to do this is use the `ignoreChanges` resource option: https://www.pulumi.com/docs/intro/concepts/programming-model/#ignorechanges