Hey guys, I have an issue with Helm release but I ...
# general
b
Hey guys, I have an issue with Helm release but I think it’s a broader issue with pulumi. I’m trying to inject an Output<string> to the helm release values (which I already done in a different release and it worked great), but for some reason it fails my pulumi runtime with
panic: fatal: An assertion has failed
- in addition, there’s nothing in the values.yaml file that relates to these values. Here’s a screenshot of the code segment:
b
hi @billowy-horse-79629 i think this may be related to using both the valueYamlFiles and values in the same code, could you file an issue in https://github.com/pulumi/pulumi-kubernetes with a small repro?
b
I commented out the valueYamlFiles line, and it still reproducing.
Opened this : https://github.com/pulumi/pulumi/issues/9314 Do you recommend to move this ?
b
yes I'll move it for you
b
are you sure it relates to k8s ? because i see many issues with the pulumi lib
b
the problem is ultimately in the provider yes, my initial guess was mistaken but the assertion is happening in the provider
b
great. i’m really confused with this error, spend so much time to workaround this.