helmfile / vals

Helm-like configuration values loader with support for various sources
Apache License 2.0
543 stars 71 forks source link

Feature request: Move transformation logic to gIobal scope #552

Open aslafy-z opened 6 days ago

aslafy-z commented 6 days ago

I've noticed that several providers support transformations such as:

It would be very useful if this transformation logic were moved to a global scope, making it accessible across all providers. This would improve flexibility and ensure that users can apply common transformations regardless of the provider being used.

I could think of some additional transformers:

yxxhero commented 3 days ago

@aslafy-z PR is welcome.