Vivek Lakshmanan

Results 115 comments of Vivek Lakshmanan

Thanks @jlabedo - would you be interested in opening a PR for this issue?

> > This same thing happens with `helm.Chart` and has been a major driver for getting us onto `helm.Release`, even though the latter is in beta and warns loudly that...

Apologies for the delay in responding. As it stands, the kustomize support will not work with private repositories. Happy to convert this to a feature request to add support for...

The wording comes from pulumi/pulumi's docs codegen template. It does make sense to add the parameters in the outputs though.

Hi, thanks for opening the issue. One possible workaround is to perform the import in pulumi code with the pulumi import resource option: https://www.pulumi.com/docs/guides/adopting/import/#pulumi-import-resource-operation If you make the log group...

For your most recent attempt, I see a ingress class without namespace prefix already so perhaps there was an issue with the naming scheme in your code to install it...

@rodcloutier Could you report what you used for the "branch" field? Did you get a `reference not found` error? If so, you are probably not providing the branch in a...

@zelig81 yes - that is an unfortunate side-effect of the shallow clone the pulumi automation api performs. Essentially the default branch is available with the `refs/heads/` format but other branches/tags...