I need to deploy an helm chart (apisix) and ensure...
# kubernetes
w
I need to deploy an helm chart (apisix) and ensure that pulumi doesn't add any suffix to the generated services and deployments (they have some hardcoded values in there). I tried to set the
name
argument in
k8s.helm.v3.Release
but it didn't fix the naming issue. Any way around that?
b
when you specified the name, did the helm release get created with that name?
w
The chart name contains the suffix
b
Do you have a repro? If so, can you file an issue
w
Ok, let me create a repo for it
b
It’s almost certainly a bug unfortunately
w
Well, turns out it was a bug in my project. The apisix resource was in a different npm package that didn't get recompile. Now that i fixed that it's working