arnarg / nixidy

Kubernetes GitOps with nix and Argo CD.
https://arnarg.github.io/nixidy/
MIT License
100 stars 4 forks source link

Add remove labels library function #5

Closed arnarg closed 11 months ago

arnarg commented 11 months ago

Many helm charts add labels containing the version of the application and/or the chart. This results in a huge diff when updating the helm charts as all generated resources change.

It would be nice to have a removeLabels function that can be used to filter then out.