Commit Graph

46 Commits

Author SHA1 Message Date
Scott Rigby 8be9bb51de Update documentation for deleting a default key from a values file 2017-07-07 14:32:56 -04:00
Matt Butcher 38a3067170
docs(chart_template_guide): remove discussion of blocks
There are a lot of weird edge cases when using blocks inside of charts,
and we have been telling users to avoid using them for the last six
months. This just removes the documentation about them. It also adds a
warning about why blocks should not be used.
2017-06-06 16:19:52 -06:00
Kent Rancourt 5408b60ad6 minor typo fix 2017-05-16 09:41:01 -04:00
Mario Lamontagne 694402a763 Fix typo in chart guide 2017-03-24 15:23:54 -04:00
Eduardo Baitello 0499e31017 Fix link for chart.md file
The old link is invalid (404)
2017-03-10 09:27:57 -03:00
Eduardo Baitello 6ba9a14db0 Fix link to charts.md file 2017-03-08 16:53:24 -03:00
Fabian Ruff 2cb72f0589 Add docs 2017-03-06 23:19:49 +01:00
Tao Zhou 6888a12f3d docs(wrapping_up): fix broken link to Tips and Tricks 2017-02-27 15:52:40 +08:00
Matt Butcher 078c365677
docs(named_templates): fixed broken template 2017-02-17 10:55:57 -07:00
Matt Butcher 40da879edc Merge pull request #1872 from gosharplite/patch-10
docs(wrapping_up.md): fixed typo
2017-01-26 10:22:24 -07:00
Matt Butcher cc3c79f228 Merge pull request #1871 from gosharplite/patch-9
docs(debugging.md): fixed typo
2017-01-26 10:21:08 -07:00
Matt Butcher 93ae9610b1 Merge pull request #1870 from gosharplite/patch-8
docs(subcharts_and_globals.md): fixed typo
2017-01-26 10:20:37 -07:00
Matt Butcher 1aafaf84fb Merge pull request #1869 from gosharplite/patch-7
docs(accessing_files.md): fixed typo
2017-01-26 10:19:52 -07:00
Matt Butcher 0e07311dca Merge pull request #1868 from gosharplite/patch-6
docs(control_structures.md): fixed typo
2017-01-26 10:19:02 -07:00
Matt Butcher 6ce099ba77 Merge pull request #1867 from gosharplite/patch-5
Fix typo
2017-01-25 09:54:36 -07:00
Tony Hsu 19579c4ec7 Fix typo 2017-01-25 18:36:37 +08:00
Tony Hsu 74213a5593 Fix typo 2017-01-25 18:19:15 +08:00
Tony Hsu 95ee0bc748 Fix typo 2017-01-25 17:33:41 +08:00
Tony Hsu 70692ecbd4 Fix typo 2017-01-25 15:13:11 +08:00
Tony Hsu 2ce2d3deaa Fix typo 2017-01-25 11:34:35 +08:00
Tony Hsu c1cb2595a0 Fix typo 2017-01-25 11:32:53 +08:00
Tony Hsu 34a4850dde Fix typo 2017-01-25 10:54:06 +08:00
Matt Butcher 152556f7e8 Merge pull request #1859 from gosharplite/patch-2
fix typo
2017-01-24 12:11:10 -07:00
Tony Hsu 0dfc699dca Fix typo 2017-01-24 16:35:27 +08:00
Tony Hsu d2a8d944fe fix typo 2017-01-24 16:26:22 +08:00
Matt Butcher c8af660b18 Merge pull request #1792 from technosophos/feat/1608-capabilities
feat(tiller): add {{.Capabilities}} object
2017-01-10 12:55:04 -07:00
Matt Butcher cb0a6c7e07
feat(tiller): add {{.Capabilities}} object
This adds the {{.Capabilities}} object to the template variables so that
chart authors can write charts that are aware of teh Kubernetes
capabilities of the current cluster.

Closes #1608
2017-01-09 18:09:20 -07:00
Christopher Pauley ab03fad9cc "spring" should be "sprig" 2017-01-09 10:53:17 -08:00
Christopher Pauley d91a4ff5f2 clarifying _ files, adding syntax highlighting 2017-01-06 11:22:24 -08:00
Christopher Pauley 329cd3a33f making precedence explanation less ambiguous 2017-01-06 10:25:29 -08:00
dongziming 34d7585f1e Spelling errors and so on. 2016-12-26 11:40:48 +08:00
Matt Butcher 21d0d6ba5a
docs(chart_template_guide): link to Go template docs
This adds a link to the Go template docs regarding whitespace.
2016-12-19 15:34:09 -07:00
Eli Mallon 957fcaafa6 Fix Typo 2016-12-18 22:09:57 -08:00
Matt Butcher b2d762af48
feat(tiller): add .Release.IsInstall 2016-12-15 15:04:36 -07:00
Matt Butcher de7c5e5a38
feat(tiller): Add .Release.Revision and .IsUpgrade
New properties are available to template developers.

Closes #1554
2016-12-14 18:06:34 -07:00
Andrew Stuart 6760aa1588
Add Lines method, remove path utils (Sprig pr) 2016-12-12 17:19:47 -07:00
Andrew Stuart ec964ff41d
Add documentation for imported golang.org/pkg/path funcs 2016-12-09 13:18:33 -07:00
Andrew Stuart 9771973888
Add AsSecrets, AsConfig methods for Files object. Move ToYaml to chartutil 2016-12-09 12:53:53 -07:00
Andrew Stuart c311b085d5
Improve language of glob explanation 2016-12-01 11:06:50 -07:00
Andrew Stuart d07e5cdfb6
Correct docs heading location 2016-12-01 11:02:51 -07:00
Andrew Stuart 2de1728f05
feat(helm): Add Files.Glob method to permit file organization 2016-12-01 09:09:46 -07:00
Matt Butcher a772697f4d Merge pull request #1560 from technosophos/fix/1528-increase-release-name-limit
fix(tiller): allow release name to be up to 53 chars
2016-11-16 16:06:26 -07:00
Matt Butcher 9effe7a505
fix(tiller): allow release name to be up to 53 chars
This raises the limit from 14 to 53 chars based on the Kubernetes 1.4
name limit.

Closes #1528
2016-11-16 15:47:49 -07:00
Matt Butcher 3fb2feb843
docs(yaml_techniques): add YAML techniques document
This documents YAML and provides information about how Helm and
Kubernetes interpret the YAML.
2016-11-15 14:30:09 -07:00
Matt Butcher 8857d1227e
docs(chart_template_guide): fix spacing
Consistently add spacing for '{{ $foo }}'
2016-11-04 16:35:07 -06:00
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.
2016-11-04 12:02:59 -06:00