Sean Fausett

Results 32 issues of Sean Fausett

When creating an EKS cluster the [generated](https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/cluster.ts#L116-L152) `kubeconfig` uses hardwired names; e.g. context name of [aws](https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/cluster.ts#L137). That's not very friendly when working with lots of clusters via [kubectl config](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#config) or...

kind/enhancement

This probably applies to more than this repo, but here is an example use case. I'm trying to customize the cluster and node group. This creeps to needing to specify...

kind/enhancement

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

kind/bug
area/helm
awaiting-feedback

Given a `netstandard2.0` TFM we should be able to run scripts using `dotnet cake`. ~I'll have a crack and submit a PR...~ this is trickier than I thought due to...

### How are you running Renovate? Mend Renovate hosted app on github.com (`v32.99.2`) ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please...

type:bug
priority-3-medium
datasource:helm
status:requirements
impact:small

We've discussed this previously in #687 but perhaps it could be reconsidered for 3.0? 😉 I'll open with a comment I made at the time that's still relevant today: >...

type: Discussion
target: 3.0

Currently I need to specify at least one revision to compare with the latest revision: ``` helm diff revision [flags] RELEASE REVISION1 ``` A common case is to compare the...

Using the dotnet/c# sdk, I tried switching from helm charts to helm releases but the values are not compatible since it doesn't support serializing anonymous types, so although it compiles,...

kind/bug
area/helm
awaiting-upstream

Another improvement would be to add overloads for all `Replace` aliases to pass multiple replacements - for both simple and regex replacements. The current aliases would simply delegate to these...

FWIW, I just tried using this tool with Visual Studio 2022 (17.9.0 Preview 5.0) and it failed with the following error: ``` Error Running transformation: System.NullReferenceException: Object reference not set...