Steve Wilkerson
aa8d178c18
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
Steve Wilkerson
4db22274eb
docs(helm): change `trunc 24` in base charts
...
The upper limit for a chart name is 54 characters now instead of
14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
in the example chart provided to `trunc 54` 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