Charles-Edouard Brétéché

Results 319 comments of Charles-Edouard Brétéché

@mumoshu for what it’s worth, helm handles null values as a special case, it removes a key instead of merging it https://github.com/helm/helm/blob/master/docs/chart_template_guide/values_files.md#deleting-a-default-key

@mumoshu yes, using an empty array in the nodeSelector does the trick. I am not a big fan of this solution though. For now I ended up with nodeSelector config...

You're right, i misunderstood your issue, sorry. Not sure how to implement a `yaml_body` attribute, i'll dig it asap but i find it crazy that terraform partially supports this, it...

I wonder how terraform can build a plan when the cluster does not exist yet ?

Thanks for reporting. Does it happen every time or only when you upgrade from a previous version of the provider ?

@ddelange did you see the same problem with 1.22 or only 1.23 ?

I spent some time trying to reproduce the issue, but I didn't succeed. Can you share your tf config ?

This looks similar to what I tested. You used the provider `v1.23.0-alpha.1` with k8s 1.23 right ?

I don't think your issue is related to the config override block, but thanks for trying it out.