Dhilip
67af4998de
helm create all defined template names should be namespaced … ( #2845 )
...
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates
* Update Doc
* Update example
8 years ago
Reinhard Nägele
843e652472
Improve chart examples
9 years ago
Michelle Noorali
bf9ae52e1c
ref(*): change test hook to be test-success
9 years ago
Michelle Noorali
d46d63a8f7
feat(*): add helm test command mvp
...
* This is a simple mvp which processes a test definition with the
hook annotation for test when you run `helm test [release]`
* helm client cmd, proto def, tiller logic
9 years ago
Steve Wilkerson
141a401c48
docs(helm): change `trunc 24` in base charts
...
The upper limit for a chart name is 63 characters now instead of
14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
in the example chart provided to `trunc 63` to reflect the new
length available.
Closes #1637
9 years ago
Adam Reese
0c6b6d1c62
fix(*): correct file permissions on source files
9 years ago
John Hofman
c38fb120bf
fix(helm): add trimSuffix to helper functions
9 years ago
Michelle Noorali
8b551d474c
chore(docs): fix nginx example templates
9 years ago
Travis Cline
01529001ca
simplify example container names
...
This encourages people from making container names depend on release
names.
9 years ago
Matt Butcher
ff32062ae8
feat(tiller): support hooks for install
10 years ago
Matt Butcher
628e0b7cec
fix(docs): fix nginx example chart name
...
The name was not correctly truncating, which occasionally resulted
in naming errors, since Kubernetes restricts names to 24 characters.
10 years ago
Matt Butcher
22ac61469f
feat(*): add Values namespace to templates
...
This adds the .Values namespace qualifier to all values
10 years ago
Miguel Martinez
81ac98ad9a
Adding support for associated templates
...
Fixing unit test
10 years ago
Matt Butcher
5e63b5e925
docs(examples): unify the examples
...
As noted in #860 , there were a few places where the alpine and nginx
charts differed. This unifies the two, using common labels and
conventions.
10 years ago
Matt Butcher
e628b333b0
fix(example/nginx): add links, clarify a few things
10 years ago
Matt Butcher
15571a5a13
docs(examples): add nginx example chart
...
This adds an nginx chart that shows off more of the template system's
capabilities.
10 years ago