Michael Bridgen
Michael Bridgen
These logs are produced by `pulumi`, which is (via the "Automation API") exec'ed by the operator. I updated both the API and the `pulumi` executable in the image, but didn't...
Sorry, I should have been clearer: I meant are you using https://www.pulumi.com/registry/packages/github/ in your Pulumi stack, e.g., ``` import * as github from "@pulumi/github"; const repo = new github.Repository("demo-repo", {...
I suspect the `repositoryOpts` are only used for Helm chart repositories, and not for OCI registries. There's an open issue for OCI registry auth: https://github.com/pulumi/pulumi-kubernetes/issues/1914. In the meantime, you might...
Thanks for pointing this out :star: Related (but not the same): https://github.com/pulumi/pulumi-awsx/pull/974
I'm not clear on what the motivation is -- can you elaborate on the circumstances in which you want to run the stack, and why `continueResyncOnCommitMatch: true` is not quite...
Sorry for letting this fall through the cracks for a while, @SebastianBakala-TomTom. @chanwit The suggestion seems eminently sensible to me. Could we proceed on the basis that it follows the...
Ah -- I wonder if it's seeing the status after the stack has succeeded once (`.status.lastUpdate` has been saved), and is being run again (the reconciling condition is set true,...
NB some of the other fields mention the polling period in their descriptions; worth checking that they are consistent.
> When a Terraform object is deleted, ConfigMaps and Secrets are not deleted, while they have OwnerReference to the deleted Terraform objects. The Kubernetes API should take care of removing...
I'm unclear on whether we have direct evidence that ConfigMap object with ownerships don't get garbage-collected -- can we do an experiment?