Helm Chart Renderer
A VS Code extension to render Helm charts using the render-service.sh script.
Features
- Right-click on any Helm chart directory in the Explorer
- Select environment (staging or prod)
- Automatically runs the render script
- View output in the integrated terminal
Usage
- Right-click on a Helm chart directory (must contain
Chart.yaml)
- Select "Render Helm Chart" from the context menu
- Choose your target environment (staging or prod)
- The script will run and display output in the terminal
Requirements
- The
render-service.sh script must be in your workspace root
- All prerequisites mentioned in the render-service.sh script (helm, yq, docker, aws CLI)
Development
Installing Dependencies
npm install
Compiling
npm run compile
Running the Extension
- Open this folder in VS Code
- Press F5 to start debugging
- A new Extension Development Host window will open
Installing the Extension Locally
- Compile the extension:
npm run compile
- Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
- Type "Install from VSIX"
- Or use:
code --install-extension helm-chart-renderer-0.0.1.vsix
| |