Hi, any suggestion on this issue? This is a blocke...
# general
b
Hi, any suggestion on this issue? This is a blocker for our EKS deployment: https://pulumi-community.slack.com/archives/C84L4E3N1/p1564047953142800
c
@breezy-hamburger-69619?
oh wait he’s on vacation
what version of the kubernetes package are you using @billions-lock-80282
b
No matter the value of the defaultBackend or controller service ClusterIp omission value for the chart this doesn't play well with updates
I hit this the other day and could not get the chart to work
c
@breezy-hamburger-69619 you mean, even Helm errors out in this case?
b
Yes
c
wow!
that’s terrible.
b
I switched to a Pulumi nginx to get around this but I couldn't get the chart to work
Back to 🌴😄
c
@breezy-hamburger-69619 I think you mean facepalmtree
b
I'm using kubernetes ^0.23.1
I've tried playing with the above supposed fix but it doesn't seem to make any difference.
does someone have a good workaround option
c
it seems like Helm is simply asking for the wrong thing. You can change this field with the
transformations
API that’s in the
ChartOpts
.
but beyond that it’s hard for us to do much better than that, I think
b
Oh yes, I didn’t think about transformations. I’ll give that a go. Thanks