helm-chart-values-fuzzy-search
Search and locate specific properties, values, or comments within a Helm chart's values.yaml file using fuzzy matching, simplifying configuration updates and troubleshooting.
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) |