Matthew Fisher
1a728c6f14
Merge pull request #4139 from radbaron/master
...
Documentation formatting [Tiny]
7 years ago
andrzejwp
e4a80cdc3b
Add link to cdwv/awesome-helm
7 years ago
Lukas Eichler
4d63e1f84f
Added documentation for the tpl function
7 years ago
Rob Salmond
03d502c431
small typo fix
7 years ago
radbaron
4e29c7e2fd
Documentation: add syntax highlighting to code examples & fix spelling of kube primitives
7 years ago
Matthew Fisher
d77642f4a5
Merge pull request #4104 from yenicapotediaz/master
...
removed --install option from --namespace to solve inconsistency with the `helm lint` documentation
7 years ago
Matthew Fisher
d4c4d22280
Merge pull request #4105 from balboah/feature/template_release_isinstall
...
Add helm template --is-upgrade
7 years ago
Matthew Fisher
086139ab1f
Merge pull request #4119 from slayerjain/patch-1
...
docs(helm): Added double quotes to example
7 years ago
mf-lit
215abe9fd4
Update tiller_ssl.md
...
Add -days parameter to openssl signing commands for clarity. Also add some related troubleshooting steps.
7 years ago
Shubham Jain
8415e2716c
docs(helm): Added double quotes to example
...
In the current version of helm (2.8.2), there needs to be double quotes around the value to support escaping special characters.
7 years ago
Ryan Hartje
20fe27c0de
adding docs for GKE for helm 2
7 years ago
Johnny Bergström
93e8f0a694
make docs
...
recipe for target 'verify-docs' failed
7 years ago
Yeni Capote Diaz
4f36bbf2bd
removed --install option from --namespace.
7 years ago
Matthew Fisher
e52c7dbf92
replace with a link to the latest releases page
...
This removes a step required every time we release Helm, making it
simpler to cut a new release.
7 years ago
Matt Butcher
0699ec4248
feat(tiller): support CRD installation ( #3982 )
...
This adds support for installing CRDs well before any other resource
kinds are installed.
This PR introduces a new hook, `crd-install`, that fires before
manifests are even validated. It is used to install a CRD before any
other part of a chart is installed.
Currently, this hook is _only implemented for install_. That means we
currently cannot add new CRDs during `helm upgrade`, nor can they
be rolled back. This is the safest configuration, as the update/rollback
cycle gets very challenging when CRDs are added and removed.
7 years ago
AdamDang
ddb536aa7a
Typo fix: usa helm->use helm
...
usa helm->use helm
7 years ago
Julien Bordellier
c67fab5934
docs(helm): update Globs examples to work correctly
7 years ago
Marat Garafutdinov
7a65f7479a
add --col-width to `helm search` ( #3949 )
...
* add customizeable --col-width
* make docs. whitespacing
7 years ago
AdamDang
28fb950588
Typo fix in plugins.md "that that"->"that"
...
"that that"->"that"
7 years ago
Colin Dickson
b0eb40b2ca
fixed flag for tls ca cert option in the documentation
7 years ago
Michelle Noorali
513dc6bd7c
Merge pull request #3901 from AdamDang/patch-4
...
Typo fix in functions_and_pipelines.md
7 years ago
Matthew Fisher
7b8aae4667
Revert "feat: add --set and --values options to 'helm package'"
...
This reverts commit a930eb7ff4
.
7 years ago
AdamDang
f291fdbb43
Typo fix in functions_and_pipelines.md
...
useable->usable
7 years ago
Jesse Weinstein
4ce35363d4
Document apiVersion field
...
Added in https://github.com/kubernetes/helm/issues/1264
7 years ago
Matthew Fisher
00afbd7e74
remove optional field from charts and templates
7 years ago
Manuel Rüger
87cd8ce79a
Remove Mercurial build-time dependency
...
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in
845e990143 (diff-f16a80eae23d5b298c2652448ec420cfL4)
7 years ago
xianlubird
4b09b0489b
Fix some typo
...
Signed-off-by: xianlubird <xianlubird@gmail.com>
7 years ago
AdamDang
79ffa98ec0
Proper none not in capitals
...
Helm is a proper none, should be written in capitals.
7 years ago
Erik Sundell
3f5e82c832
Typo fix
...
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
7 years ago
Taylor Thomas
85282ab864
fix(docs): Add the missing docs
...
Because I was too stupid to regen the docs and flake made it so we
didn't get a reminder
7 years ago
Matthew Fisher
2e309df08f
Merge pull request #3836 from bacongobbler/rename-to-crd
...
rename TPR to CRD
7 years ago
Matthew Fisher
d078caa0d0
Merge pull request #3471 from adshmh/add-set-and-values-options-to-helm-package
...
feat: add --set and --values options to 'helm package'
7 years ago
Stefan Henseler
c6faed101b
Updates readme with choco install command
7 years ago
Taylor Thomas
8fef5aad52
Merge pull request #3794 from AdamDang/patch-2
...
Update rbac.md
7 years ago
Matthew Fisher
f52d0f4f18
rename TPR to CRD
7 years ago
Daryl Walleck
1e7915587f
Fixes typos introduced in #3540 . Closes #3823
7 years ago
Michelle Noorali
e922a873bc
ref(cmd/upgrade): update reuse-values flag descrip
...
helps clarify behavior. See #3655
7 years ago
AdamDang
58ac602365
Typo fix helm->Helm
7 years ago
Matthew Fisher
e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
...
Implement before-hook-creation delete policy
7 years ago
AdamDang
026e6b55e5
Update rbac.md
...
In the main text and paragraph title, "Tiller" and "tiller" are both used, It's better use same format.
7 years ago
Matthew Fisher
d32a6ef63b
Merge pull request #3768 from edgarlanting/patch-1
...
Updated kubernetes_distros.md with DC/OS note.
7 years ago
Shredgar
3334309a91
Removed typos (additional plus signs)
...
Removed typos (additional plus signs)
7 years ago
muhongwei
0ba75b6652
fix 'eveything' -> 'everything' ( #3754 )
7 years ago
muhongwei
75387fe318
fix 'mulitenant'->'multitenant' ( #3755 )
7 years ago
Jonathan Hall
6e3a0a1291
Remove outdated note.
7 years ago
Shredgar
52b7abac26
Updated kubernetes_distros.md with DC/OS note.
...
Updated kubernetes_distros.md with a note that Helm is running fine on Kubernetes on DC/OS
7 years ago
AdamDang
31c03a2484
Update tiller_ssl.md
...
"that" is duplicated.
7 years ago
Russell Morrisey
9d0dc294d7
Updated to mention the --purge flag on delete
...
See: https://github.com/kubernetes/helm/issues/2332
7 years ago
Matthew Fisher
62153d10df
Merge pull request #3733 from jstrachan/patch-2
...
add a link to Jenkins X and how it uses helm
7 years ago
James Strachan
6abbee0d44
fixed typo + moved into Helm Included section
7 years ago