Taylor Thomas
aaaf480d3d
Regenerates docs
2017-07-11 17:15:50 -07:00
Adam Reese
057c747c1f
fix(docs): run docs generator
2017-07-10 11:41:51 -07:00
Scott Rigby
8be9bb51de
Update documentation for deleting a default key from a values file
2017-07-07 14:32:56 -04:00
Steven E. Harris
24238bbe20
Merge pull request #2601 from jascott1/cap_init
...
feat(helm): Correct capitalization and punctuation for all user facing text
2017-06-29 14:44:14 -04:00
Taylor Thomas
6931a2387d
Merge pull request #2629 from gmile/patch-1
...
Reduce indent in code block
2017-06-28 21:36:26 -07:00
Taylor Thomas
4204f69cd2
Merge pull request #2628 from KarolisL/patch-1
...
Remove confusing 'if' from install.md
2017-06-28 21:34:46 -07:00
Santiago Suarez Ordoñez
4c58fb0443
removing redundant content after reorg
2017-06-28 11:07:00 -07:00
Eugene Pirogov
0104bce792
Add syntax highlighting
2017-06-28 17:00:15 +02:00
Eugene Pirogov
5a892efcf8
Reduce indent in code block
2017-06-28 16:59:13 +02:00
Karolis Labrencis
25852aa8f4
Remove confusing 'if' from install.md
...
The "if" might confuse reader
2017-06-28 13:46:59 +03:00
Santiago Suarez Ordoñez
731df0a154
charts.md updates
...
Updating docs to prioritize `requirements.yaml` over `charts/` directory.
As `requirements.yaml` is the recommended strategy, let's document that first to make sure no one jumps the gun and goes ahead to implement manual deps via `charts/` just because they didn't read the whole section.
2017-06-27 15:02:31 -07:00
Justin Scott
37e5f76f9e
Capitalize 'helm' text that was missed.
2017-06-27 10:21:30 -07:00
Justin Scott
b704947d54
Fix broken tests due to "server-side" text change.
2017-06-26 14:41:00 -07:00
Justin Scott
af4c243ee3
Correct punctuation and capitalization for user facing strings.
2017-06-26 10:23:26 -07:00
Taylor Thomas
56ed16aeca
Merge pull request #2499 from WilliamDenniss/test-docs
...
Fixed helm test sample.
2017-06-23 15:42:08 -07:00
William Denniss
c19bba17c5
Fixed helm test sample.
...
The current sample doesn't work as documented.
New sample based on https://github.com/kubernetes/charts/pull/1156 .
2017-06-23 13:15:59 -07:00
Reinhard Nägele
4f14bb9d05
Update standard label docs
2017-06-22 19:44:58 +02:00
Matt Butcher
42ede7f6f8
Merge pull request #2589 from luck02/patch-1
...
Update plugins.md
2017-06-22 10:12:31 -06:00
Reinhard Nägele
5a3be67acf
Update standard label docs ( #2581 )
...
Align docs to what we currently recommend as best practices.
2017-06-22 10:03:57 -06:00
Matt Butcher
66f908778f
Merge pull request #2603 from yuvipanda/patch-2
...
Fix markdown syntax in doc
2017-06-22 09:44:10 -06:00
Taylor Thomas
0b8b8733c4
Merge pull request #2583 from unguiculus/improve-examples
...
Improve chart examples
2017-06-22 08:18:45 -07:00
Yuvi Panda
963aca1d78
Fix markdown syntax in doc
2017-06-20 19:49:04 -07:00
Gary Lucas
7681a1c82b
Update plugins.md
...
typo
2017-06-18 12:48:28 -07:00
Julien Balestra
8dfec4db61
Fix typo in command line.
2017-06-16 14:10:07 +02:00
Reinhard Nägele
843e652472
Improve chart examples
2017-06-16 09:18:26 +02:00
Matt Butcher
ecef026b68
Merge pull request #2545 from technosophos/feat/set-list-index
...
feat(helm): support array index format for --set.
2017-06-08 14:34:26 -06:00
Matt Butcher
c01c7318ab
feat(helm): support array index format for --set.
...
This adds support for specifying list position with an array index using
`--set`. For example, this now works: `--set servers[0].port=8080`
2017-06-08 12:15:03 -06:00
Brandon B. Jozsa
b482780ebb
docs: add armada to the additional tools readme
2017-06-07 18:38:20 -04:00
Matt Butcher
8832cde7e0
Merge pull request #2555 from lachie83/docs-tiller-namespaces
...
(docs) - add best practices for running tiller in namespaces
2017-06-07 12:36:42 -06:00
Lachlan Evenson
6a7a7d2a58
update wording based on pr review
2017-06-07 10:28:40 -07:00
Matt Butcher
a15b3be9de
Merge pull request #2496 from pierreozoux/patch-1
...
Rename index.md to README.md
2017-06-07 11:25:39 -06:00
Lachlan Evenson
a25c5a7362
add best practices for running tiller in namespaces
2017-06-07 10:04:06 -07:00
Matt Butcher
c4a4b9668d
Merge pull request #2546 from technosophos/docs/remove-block-sections
...
docs(chart_template_guide): remove discussion of blocks
2017-06-07 10:28:13 -06:00
Taylor Thomas
e3250e3319
Merge pull request #2534 from sushilkm/issues/2508
...
First alias would be dependency rename
2017-06-06 22:33:51 -07:00
Matt Butcher
52a3405b1e
Merge pull request #2542 from sushilkm/issues/2128
...
Allow updating chart dependencies when packaging a chart
2017-06-06 16:39:33 -06: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
willise
c8b8c1e6d6
fix(helm): modify helm repo update help info
...
The former help info may cause misunderstanding that this command
can update content of charts existing in remote respositories while
it does pull charts' info from remote repositories.
This trivial modification leads better understanding.
2017-06-06 10:45:22 +08:00
Sushil Kumar
9b4b4dd1df
Updated docs
2017-06-05 16:35:41 -07:00
Sushil Kumar
0afcd0b5f6
Updated docs to refer new requirements.yaml structure
2017-06-05 14:43:21 -07:00
Adam Reese
8272360681
Merge pull request #2476 from adamreese/fix/flag-envars
...
fix(helm): fix race conditions in flag parsing
2017-06-05 12:45:26 -07:00
Matt Butcher
3647e60786
Merge pull request #2512 from technosophos/fix/2510-missing-url-prefix
...
fix(helm): prepend repo URL to packages missing scheme
2017-06-05 13:36:08 -06:00
willise
af8730032a
docs(helm): fix typo
2017-06-05 15:17:50 +08:00
Taylor Thomas
577f8a82b2
Merge pull request #2532 from corymsmith/patch-2
...
fix(docs): A couple spelling mistakes on chart_tests.md
2017-06-02 15:55:35 -07:00
Michelle Noorali
744cfe23c0
Merge pull request #2536 from zoidbergwill/patch-2
...
GitHub got more fussy about markdown
2017-06-02 08:59:10 -07:00
Rober Morales-Chaparro
8470495d0a
Update using_helm.md
2017-06-02 13:50:35 +02:00
William Martin Stewart
7143774a0f
GitHub got more fussy about markdown
2017-06-02 10:00:05 +02:00
Cory Smith
a2d559bd0b
fix(docs): A couple spelling mistakes
...
Missed these on my PR last night
2017-06-01 09:54:23 -06:00
Brian
09d4555f40
Merge pull request #2528 from SlickNik/slicknik-master
...
fix(docs): Updated non-working example in 'Using Helm' documentation
2017-06-01 09:32:58 -06:00
Cory Smith
0b33a1323e
Fixing mariadb spelling mistake
2017-05-31 23:50:01 -06:00
Nikhil Manchanda
2b0a612858
fix(docs): Updated non-working example in 'Using Helm' documentation
...
Closes #2527
2017-05-31 16:33:32 -07:00