Lukas Eichler
4d63e1f84f
Added documentation for the tpl function
7 years ago
Matthew Fisher
079e8effeb
Merge pull request #3417 from ArnaudRinquin/patch-1
...
Update charts_tips_and_tricks.md
7 years ago
Matthew Fisher
c316193a62
remove references to the term "master"
7 years ago
liaoj
db31b7a9da
Update charts_tips_and_tricks.md
...
typo error
comand --> command
7 years ago
Arnaud Rinquin
67c190af28
doc(tips): Add an exception to tip about quoting integers
...
Add a sentence to balance the advice about not quoting integers as it can cause headaches when applied to env variables.
7 years ago
Sebastien Plisson
31ea2018fa
docs(helm): Document how to update a release idempotently ( #3148 )
...
* docs(helm): Document how to update a release idempotently
To use the same command when installing and upgrading a release, using helm upgrade with '--install' works.
Closes #3134
* Upgrade instead of update
7 years ago
Denis Mikhaylov
7e0e27726d
Fix incorrect line
7 years ago
Joan Rieu
25e851ecd0
docs(templates): fix and expand config checksum example
7 years ago
Joan Rieu
e464479cb2
docs(templates): fix misleading/broken examples
7 years ago
Michael Venezia
e170392303
Adding how to add an image pull secret in helm ( #3022 )
...
Document how to add an image pull secret in Helm
Provide an example of how to take an image registry, user name, and password and prepare a Secret that can be used by a pod to pull a protected container image.
7 years ago
willise
af8730032a
docs(helm): fix typo
8 years ago
Steve Wilkerson
79a3db0a63
feat(helm): add support for required properties
...
Adds the `required` function in enginge.go to support required
properties in values.yml. When a chart developer wishes to specify
intent in requiring a value, they can use this function to declare
an error message that gets returned when chart rendering fails
when a required value is not present in values.yml.
Closes #1580
8 years ago
Fabian Ruff
65a33d6ff0
fix checksum example
...
$.Template.basePath already contains "templates/"
8 years ago
Fabian Ruff
2cb72f0589
Add docs
8 years ago
Matt Butcher
c5d0dc49c4
docs(chart_tips_and_tricks): explain resource-policy.
...
This adds a short explanation of the resource policy annotation.
Closes #1880
8 years ago
Long Nguyen
a5ba5faf0c
Update checksum/config annotation
8 years ago
Fabian Ruff
335b3806a5
Add docs for rolling deployments on config change
8 years ago
Matt Butcher
d5346b1be9
docs(chart_tempalte_primer): add template primer
...
This adds a detailed document on writing templates in Helm. This is NOT
a best-practices guide, but a thorough introduction to templates in
Helm.
8 years ago
Matt Butcher
91ff73bf53
docs(charts_tips_and_tricks): SAP and Deis examples
...
This adds a couple of examples for building an application chart for
complex multi-part applications.
8 years ago
joe2far
eba74bec6c
docs(*) fix typos in docs
8 years ago
Matt Butcher
627c59d148
docs(*): refresh docs
...
This refreshes docs, as discussed in #719 , and adds a few new sections
to the docs.
Closes #719
8 years ago