Vivek Lakshmanan
Vivek Lakshmanan
Reopened the issue and added to triage queue for next iteration.
@roothorp could you take a look and prioritize accordingly?
Thanks for opening this @dixler. We have this tracked on a cross-repo epic.
Did you build the EKS cluster using the classic provider or using `pulumi-eks`? The kubeconfig emitted by pulumi-eks does have a dependency on aws-cli because it uses it to retrieve...
Yeah some of the changes look a bit fishy. We do have time here.
This seems to be due to https://github.com/hashicorp/terraform-provider-aws/issues/11666
I think you want to specify the value_yaml_files as a sequence: `[pulumi.FileAsset("./wordpress-values.yml")]`. Not entirely sure why this didn't cause a warning for you earlier though.
Ah the example needs to be updated - sorry about that. I am not entirely sure how the python sdk managed to escape the obvious error here...
> @viveklak Does Helm Release support this yet? Yes - this has been supported in helm release as of https://github.com/pulumi/pulumi-kubernetes/releases/tag/v3.12.1
> @pasmon and @betamike thanks for your patience, getting back to this, it looks like there's an issue with our Kubernetes provider and using "depends_on" with resources that have children....