kapicorp / kapitan

Generic templated configuration management for Kubernetes, Terraform and other things
https://kapitan.dev
Apache License 2.0
1.77k stars 198 forks source link

[feat]: better reclass error messages #1172

Open gburiola opened 3 months ago

gburiola commented 3 months ago

Description of the feature

As we can see on https://github.com/kapicorp/kapitan/issues/1171, reclass shows an error that is pretty difficult to understand and not directly relevant to the problem (empty string keyname).

We should show better error messages on kapitan and if possible, show exactly where the problem is inside the inventory.

Additional context

No response