helm-chart-templates-fuzzy-search
Search and match template filenames and contents within Helm charts using fuzzy logic. Specify the chart repository, name, and query to locate relevant templates efficiently.
Instructions
Fuzzy search through all template filenames/contents in a Helm chart
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) |