helm-chart-values-fuzzy-search
Search for specific properties, values, or comments in a Helm chart's values.yaml file using fuzzy matching. Simplify configuration management by quickly locating relevant settings in Helm charts retrieved from ArtifactHub repositories.
Instructions
Fuzzy search through all properties/values/comments in a Helm chart's values.yaml file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chartName | Yes | The Helm chart name | |
chartRepo | Yes | The Helm chart repository name | |
searchQuery | Yes | The search query for fuzzy matching | |
version | No | The chart version (optional, defaults to latest) |