mirror of
https://github.com/helm/helm.git
synced 2026-03-04 14:32:25 -05:00
ref(chartutil): move chart loading out of chartutil into new package
add chart loader interface to allow lazy loading
feat(chart): create chart accessors
ref(*): cleanup requirements
ref(tiller): remove optional template engines
ref(tiller): simplify sorting releases and hooks
ref(*): code simplification
ref(hapi): move chart package out of hapi
ref(chart): add requirements and lock to Chart struct
|
||
|---|---|---|
| .. | ||
| alpine | ||
| nginx | ||
| README.md | ||
Helm Examples
This directory contains example charts to help you get started with chart development.
Alpine
The alpine chart is very simple, and is a good starting point.
It simply deploys a single pod running Alpine Linux.
Nginx
The nginx chart shows how to compose several resources into one chart,
and it illustrates more complex template usage.
It deploys a deployment (which creates a replica set), a config map, and a service. The replica set starts an nginx pod. The config
map stores the files that the nginx server can serve.