bobbyiliev/kubegen-cli

Generate Helm chart for operator

Open

#145 opened on Jan 23, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

Add kubegen add helm command to generate a Helm chart.

Acceptance Criteria:

  • Chart.yaml with proper metadata
  • values.yaml with configurable options
  • templates/ directory with all manifests
  • _helpers.tpl with common functions
  • NOTES.txt for post-install instructions
  • README.md for the chart

Contributor guide