Commit graph

263 commits

Author SHA1 Message Date
Matt Butcher
df92425fa9 Merge pull request #2007 from technosophos/docs/1993-chart-best-practices
docs(chart_best_practices): create best practices guide
2017-03-07 16:04:30 -07:00
Adam Stankiewicz
022fcb8139 child charts -> subcharts 2017-03-07 20:25:28 +01:00
Adam Stankiewicz
42f598d813 Clarify inheritance behavior for global variables 2017-03-07 20:23:46 +01:00
Matt Butcher
6a1fca9313
docs(chart_best_practices): create best practices guide
This adds a basic Chart Best Practices guide.

Closes #1993
2017-03-07 12:09:17 -07:00
Fabian Ruff
65a33d6ff0 fix checksum example
$.Template.basePath already contains "templates/"
2017-03-07 10:07:01 +01:00
Fabian Ruff
2cb72f0589 Add docs 2017-03-06 23:19:49 +01:00
Fabian Ruff
a1fae7b419 Change description 2017-03-03 10:59:16 +01:00
Fabian Ruff
9551f553cc docs(related): Add link to helm-diff plugin 2017-03-03 10:57:42 +01:00
Michelle Noorali
12478308dd Merge pull request #2034 from Ladicle/docs/add-videos
docs(related): add KubeCon 2016 videos
2017-02-28 13:13:10 -05:00
Miguel Ángel Martínez Triviño
7916e65922 docs(related): add Monocular project reference 2017-02-28 09:23:27 -08:00
Ladicle
ae6836a3b8 docs(related): add KubeCon 2016 videos
close #2023
2017-02-28 12:37:10 +09:00
Matt Butcher
9c8357ac3c Merge pull request #2029 from kguthrie/docs/cog-helm
docs(related): add cog-helm to 'Additional Tools'
2017-02-27 13:58:18 -07:00
Tao Zhou
6888a12f3d docs(wrapping_up): fix broken link to Tips and Tricks 2017-02-27 15:52:40 +08:00
Kyle Guthrie
98721776ff docs(related): add cog-helm to 'Additional Tools'
Closes #2018
2017-02-25 13:24:54 -08:00
Adam Hawkins
2780065244
Mention saltside/await in misc related projects 2017-02-22 18:34:25 +05:30
Matt Butcher
16b043b8d5 Merge pull request #1988 from technosophos/docs/1967-helm-repo-index
docs(chart_repository): fix bug in code example
2017-02-21 10:26:16 -07:00
Matt Butcher
1113a106cb Merge pull request #1991 from technosophos/docs/named-template-error
docs(named_templates): fixed broken template
2017-02-17 11:43:22 -07:00
Matt Butcher
078c365677
docs(named_templates): fixed broken template 2017-02-17 10:55:57 -07:00
Matt Butcher
393d13af31
docs(chart_repository): fix bug in code example
Closes #1967
2017-02-16 16:28:43 -07:00
Matt Butcher
9a661a7d76 Merge branch 'master' into umbrella-chart-related 2017-02-16 16:06:22 -07:00
Matt Butcher
1a2609619d Merge pull request #1980 from technosophos/docs/new-index
docs(index): Move doc index into a separate file.
2017-02-16 16:05:49 -07:00
Jose Aguirre
f410e01123 Adds "Workflow Umbrella Chart" article to related 2017-02-16 13:03:28 -08:00
Matt Butcher
d9173cc9ba
docs(index): Move doc index into a separate file.
This removes the full TOC from the README and puts it in an index. This
will help when we begin to autogenerate a website based on
documentation.
2017-02-15 16:52:58 -07:00
Matt Butcher
50cbab37f1
docs(related): add CI/CD docs
Closes #1564
2017-02-15 15:04:28 -07:00
Michelle Noorali
318c6f77e6 Merge pull request #1953 from michelleN/testing-docs
chore(docs/): document `helm test` feature
2017-02-13 14:51:36 -08:00
Matt Butcher
889902c381 Merge pull request #1917 from jascott1/tags_conds
feat(helm): add conditions and tags
2017-02-13 15:48:55 -07:00
Qin Wang
4b6b847b69 fix test chart path change from rebase
nit: fix spelling of dependency
2017-02-13 21:58:36 +00:00
Justin Scott
511cbf5f6a feat(helm): change incorrect list to dict in charts.md example for tags and conditions 2017-02-13 13:55:49 -08:00
Michelle Noorali
e71b07f2ed chore(docs/): document helm test feature 2017-02-13 13:53:56 -08:00
Qin Wang
39a2d5ec29 feat(helm): add local path support for deps in requirements.yaml
fix change requests
2017-02-13 21:28:42 +00:00
Justin Scott
8094acba74 helm(feat): remove space from example condition list 2017-02-12 12:44:16 -08:00
Justin Scott
f582144968 feat(helm): add docs section about tags and conditions 2017-02-11 12:56:43 -08:00
Sean Knox
a8c787dce5 docs(related): Add link to croc-hunter video
Closes #1894
2017-02-10 16:39:16 -08:00
Matt Butcher
b543190daf
docs(related): add Drone Helm plugin 2017-02-09 15:50:13 -07:00
Michelle Noorali
c7e2d186a5 Merge pull request #1777 from michelleN/feat/1163-chart-testing
feat(*): add helm test initial framework
2017-02-08 09:28:32 -05:00
Tao Zhou
f745c9c761 docs(using_helm): fix outdated helm rollback example usage in doc
Closes #1921
2017-02-07 08:38:59 +08:00
Tao Zhou
d19b6cdd66 docs(install): add doc to use helm reset to delete tiller deployment 2017-02-07 08:14:11 +08:00
Matt Butcher
0b1a0ae991
docs(install_faq): document the Docker media type bug
Closes #1824
2017-02-02 14:48:16 -07:00
Michelle Noorali
bf9ae52e1c ref(*): change test hook to be test-success 2017-02-02 12:23:52 -05:00
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
2017-01-31 20:57:27 -05:00
Matt Butcher
c5d0dc49c4
docs(chart_tips_and_tricks): explain resource-policy.
This adds a short explanation of the resource policy annotation.

Closes #1880
2017-01-30 17:07:07 -07:00
Taylor Thomas
e440a36d95 Merge pull request #1820 from thomastaylor312/feat/add_wait
feat(*): Add --wait flag
2017-01-26 11:40:39 -08: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
Matt Butcher
830566a0d8 Merge pull request #1866 from gosharplite/patch-4
Fix typo
2017-01-25 09:50:53 -07:00
Matt Butcher
0ff55c9208 Merge pull request #1863 from technosophos/docs/1482-related-projects
docs(related): add related projects
2017-01-25 09:46:10 -07:00