Create a Helm Artifact
Prerequisites
Quick Start
cd ~/my-helm-chart# Option 1: In-place (keeps original files)
bricks blueprint prepare --source . --iac-type helm
# Option 2: With output directory (copies files to src/helm/)
bricks blueprint prepare --source . --output ./dist --iac-type helmHow It Works
Example Structure
Test Your Package
See also
Last updated
Was this helpful?

