vals icon indicating copy to clipboard operation
vals copied to clipboard

Helm-like configuration values loader with support for various sources

Results 52 vals issues
Sort by recently updated
recently updated
newest added

The k8s fetch capability is great - thanks! Is there any possibility of adding the ability to fetch the _entire_ config map / secret rather than just specific keys? Sometimes...

enhancement

It seems vals support Bitwarden Vault as a backend. However, Bitwarden also has a product called "secrets manager", which has its own [SDK](https://bitwarden.com/help/secrets-manager-sdk/) and [CLI](https://bitwarden.com/help/secrets-manager-cli/) I Just tried to get...

The mentioned environment variable `AZURE_USE_MSI` does not work as described in the README.md. When helmfile is run on any MSI enabled host, the MSI will be used by default (no...

We've some use cases where we have plain dictionaries in yaml files and need to evaluate secret refs with vals. We've a workaround/hack to use yq to change this dictionaries...

**Adding test matrix for different OS:** **Updating to follow CI best practices:** - Use actions/cache to cache Go build/test dependencies across OSes for faster builds. - Parallelize jobs to run...

When a Secret has both `data` and `stringData`, vals fails to decode it with `mapping key "stringData" already defined at line x`. My guess from the error message is that...

I'm trying to access a Helm chart from a private repository within my company, and I've followed the Helmfile documentation for passing credentials. However, I encountered an issue where I...

When using the vault token provider to fetch secrets, if no secret version is explicitly provided vals is requesting a version of the secret that is the version of vals...

I have my tfstate saved in gitlab and I try to read with vals but I can't. for example with tfstate lookup I can read the tf state: ./tfstate-lookup -state...

enhancement

I've noticed that several providers support transformations such as: - Base64 encoding for file provider - Trimming newlines for GCPSecrets provider It would be very useful if this transformation logic...