What problem does it solve?
This Skill helps diagnose and resolve issues encountered during Helm chart deployment, including template rendering errors, incorrect value application, and hook failures.
Core Features & Use Cases
- Template Rendering: Render Helm charts locally to inspect generated Kubernetes manifests.
- Value Inspection: View applied values, defaults, and chart configurations.
- Release Status: Check the status and history of Helm releases.
- Hook Debugging: Inspect Kubernetes Jobs created by Helm hooks for failures.
- Use Case: When a Helm upgrade fails, use this Skill to render the templates with specific values to pinpoint the exact syntax or logic error before attempting another upgrade.
Quick Start
Use the helm:debug skill to render the helm chart located at 'charts/kagenti' with the values from 'charts/kagenti/.secrets.yaml'.