Tony Hsu
0dfc699dca
Fix typo
9 years ago
Matthew Fisher
a263cfb086
fix doc typo
9 years ago
Christoph Blecker
5f981ad96f
Regenerate docs
9 years ago
Ferran Rodenas
bd4fc39950
Allow specifying --set multiple times
9 years ago
Matt Butcher
c8af660b18
Merge pull request #1792 from technosophos/feat/1608-capabilities
...
feat(tiller): add {{.Capabilities}} object
9 years ago
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
9 years ago
Christopher Pauley
ab03fad9cc
"spring" should be "sprig"
9 years ago
Christopher Pauley
d91a4ff5f2
clarifying _ files, adding syntax highlighting
9 years ago
Christopher Pauley
329cd3a33f
making precedence explanation less ambiguous
9 years ago
Maciej Kwiek
0a9413beef
Improve `helm status` help text
...
`helm status -h` now shows what kind of information is displayed when
running `helm status`
9 years ago
Matt Butcher
5d4033f4aa
Merge pull request #1774 from philips/fixup-container-linux-docs
...
docs: kubernetes_distros: complete note about socat on Container Linux
9 years ago
Adam Reese
1eeba7a12e
Merge pull request #1763 from dongziming/master
...
Fix typos and spelling errors
9 years ago
Brandon Philips
edbc561759
docs: kubernetes_distros: complete note about socat on Container Linux
...
This fixes two things:
1) CoreOS Linux is now Container Linux https://coreos.com/blog/tectonic-self-driving.html#coreos-linux-is-now-container-linux
2) Provide more technical details on what is going on for users trying
to debug and understand
9 years ago
William Martin Stewart
a091ca90f3
Installation guide link is wrong in install FAQ
...
It links to install.yaml instead of install.md: https://github.com/kubernetes/helm/blob/master/docs/install.md
9 years ago
dongziming
34d7585f1e
Spelling errors and so on.
9 years ago
Christoph Blecker
d41d3b566f
Update OS X references to macOS
9 years ago
Christoph Blecker
11dc26a7ec
Update docs for homebrew formula
9 years ago
Matt Butcher
6789b4334b
docs(install_faq): document tiller panic for auth failure
...
This documents an issue reported in Slack that turned out to be related
to security configuration in Kubernetes.
9 years ago
Matt Butcher
48553d0a3a
Merge pull request #1740 from wilkers-steve/docs/change_trunc_length
...
docs(helm): change `trunc 24` in base charts
9 years ago
Steve Wilkerson
141a401c48
docs(helm): change `trunc 24` in base charts
...
The upper limit for a chart name is 63 characters now instead of
14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
in the example chart provided to `trunc 63` to reflect the new
length available.
Closes #1637
9 years ago
Matt Butcher
79b6c0a7b9
Merge pull request #1735 from technosophos/docs/link-to-go-whitespace
...
docs(chart_template_guide): link to Go template docs
9 years ago
Matt Butcher
5aa405177d
Merge pull request #1737 from v1k0d3n/master
...
chart repo docs: small correction/clarification
9 years ago
Brandon B. Jozsa
82e0d00d2d
clear instructions for gh-pages
9 years ago
Steve Wilkerson
0c8cff47ae
Typo in helm quickstart guide.
...
Fixed a small typo in the quickstart guide. Change 'upgrade' to
'upgraded' to match tense.
9 years ago
Matt Butcher
21d0d6ba5a
docs(chart_template_guide): link to Go template docs
...
This adds a link to the Go template docs regarding whitespace.
9 years ago
Matt Butcher
945eb707c7
Merge pull request #1718 from raviqqe/patch-1
...
s/backup up/back up/
9 years ago
Adam Reese
163308535d
Merge pull request #1710 from bacongobbler/chart-repo-authentication
...
test(cmd): add unit test for chart backed by basic auth
9 years ago
Adam Reese
97db9145fd
Merge pull request #1711 from gtaylor/patch-1
...
plugins.md: Spelling fix
9 years ago
Eli Mallon
957fcaafa6
Fix Typo
9 years ago
Yota Toyama
9c4465860f
s/backup up/back up/
9 years ago
Matthew Fisher
d9346e2fb9
test(cmd): add unit test for chart backed by basic auth
...
This verifies that by adding user information in the chart repo URL
via `helm repo add`, it will be attached to the request when downloading
the chart tarball and provenance file.
9 years ago
Greg Taylor
f94934b1a1
plugins.md: Spelling fix
9 years ago
Matt Butcher
a72cebe248
Merge pull request #1695 from longseespace/patch-1
...
Update checksum/config annotation
9 years ago
Matt Butcher
9ae9586df0
Merge pull request #1687 from technosophos/feat/1654-pretty-version
...
feat(tiller): Add .Release.Revision and .IsUpgrade
9 years ago
Long Nguyen
a5ba5faf0c
Update checksum/config annotation
9 years ago
Matt Butcher
b2d762af48
feat(tiller): add .Release.IsInstall
9 years ago
Adam Reese
84928e2751
feat(*): allow tiller to be installed in an alternate namespace
...
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar
to use tiller in an alternate namespace.
closes #1418
9 years ago
Matt Butcher
de7c5e5a38
feat(tiller): Add .Release.Revision and .IsUpgrade
...
New properties are available to template developers.
Closes #1554
9 years ago
Matt Butcher
e757410547
docs(install_faq): add entries about SSL and proxy
...
Closes #1630
9 years ago
Andrew Stuart
6760aa1588
Add Lines method, remove path utils (Sprig pr)
9 years ago
Andrew Stuart
ec964ff41d
Add documentation for imported golang.org/pkg/path funcs
9 years ago
Andrew Stuart
9771973888
Add AsSecrets, AsConfig methods for Files object. Move ToYaml to chartutil
9 years ago
Adam Reese
0c6b6d1c62
fix(*): correct file permissions on source files
9 years ago
John Hofman
c38fb120bf
fix(helm): add trimSuffix to helper functions
9 years ago
Matt Butcher
a5d818dc4a
fi(helm): add more tests for plugins
...
This adds tests for setupEnv, and also updates some documentation to
mirror the current state of plugins.
10 years ago
Andrew Stuart
c311b085d5
Improve language of glob explanation
10 years ago
Andrew Stuart
d07e5cdfb6
Correct docs heading location
10 years ago
Andrew Stuart
2de1728f05
feat(helm): Add Files.Glob method to permit file organization
10 years ago
Matt Butcher
560964766b
Merge pull request #1562 from yuvipanda/patch-1
...
Remove double explanation of why MariaDB is in the list
10 years ago
Matt Butcher
7a15ad381e
Merge pull request #1484 from technosophos/feat/documentation-generator
...
feat(helm): add command to generate documentation
10 years ago