https://pulumi.com logo
Title
w

wooden-room-54680

02/08/2023, 1:25 PM
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

billowy-army-68599

02/08/2023, 1:26 PM
when you specified the name, did the helm release get created with that name?
w

wooden-room-54680

02/08/2023, 1:42 PM
The chart name contains the suffix
b

billowy-army-68599

02/08/2023, 1:42 PM
Do you have a repro? If so, can you file an issue
w

wooden-room-54680

02/08/2023, 1:42 PM
Ok, let me create a repo for it
b

billowy-army-68599

02/08/2023, 1:48 PM
It’s almost certainly a bug unfortunately
w

wooden-room-54680

02/08/2023, 1:55 PM
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