Vivek Lakshmanan
Vivek Lakshmanan
@scp-mb could you share some of the code? A separate ticket for the nextgen provider [here](https://github.com/pulumi/pulumi-azure-nextgen/issues) with a basic repro would really help to investigate this!
Thanks @scp-mb - will try to repro.
The recommended approach for this is to use Vault injector to inject a vault agent sidecar that can act as a proxy to an internal or external vault. The operator...
I am afraid as it stands this is more of a bug with Helm's await logic itself. This would likely replicate on the Helm CLI if you installed with await...
> OK this problem is really only applicable to helm release (which abdicates all chart deployment duties to Helm). Helm Chart will use Pulumi's await logic which has had significant...
Any chance you have disabled default providers? https://www.pulumi.com/docs/intro/concepts/resources/providers/#disabling-default-providers - we have work in progress to fix that in #1912.
Yes it was - closing.
@jsravn Looks like this can indeed happen if the workspace fails to be initialized (e.g. you have the wrong token or config etc.) But these are the situations which are...
There is still a problem with a work directories under repos. The current cleanup only cleans the workdir and leaks the rest of the repo. The ideal fix is #78....
Thanks for opening the issue and also validating this occurs in the terraform provider as well @nickroberts! We will track https://github.com/hashicorp/terraform-provider-aws/issues/25882 and update to pull in the fix. Side note...