hnwolf
44eba6d28c
Update incorrect link ( #5359 )
...
Signed-off-by: Nguyen Hung Phuong <phuongnh@vn.fujitsu.com>
7 years ago
Nguyen Van Trung
5464a822cc
Change http to https for security links
...
Signed-off-by: Nguyen Van Trung <trungnv@vn.fujitsu.com>
7 years ago
Pablo M. Canseco
abd3659b64
Update using_helm.md ( #4690 )
...
* Update using_helm.md
In docs/using_helm.md, it says on line 214 that you can pass in a YAML formatted file, but the example commands following that sentence create JSON code but names the file with a .yml extension. For clarity, I propose saying that it will accept JSON or YAML but clarify in the code that for the example we're making a JSON file.
Signed-off-by: Pablo Canseco <p@blocanse.co>
* update using_helm.md to accurately say that helm install -f only takes a yaml-formatted file.
Signed-off-by: Pablo Canseco <p@blocanse.co>
* updated wording to reflect the fact that -f / --values only accepts YAML
Signed-off-by: Pablo Canseco <p@blocanse.co>
7 years ago
Matthew Fisher
9dce1ac88b
s,kubernetes/charts,helm/charts,g ( #4889 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
8 years ago
Alpha
eff909929b
UPT: tutorial ( #4808 )
...
Signed-off-by: Alpha <jhexe2002@gmail.com>
8 years ago
KUOKA Yusuke
dc93908626
feat: Set values from local files ( #3758 )
...
Adds the `--set-file key=filepath` flag to `install`, `upgrade`, `template` and `lint` sub-commands so that the content of the file at the `filepath` is set to the value for the `key`.
Resolves #1754
8 years ago
radbaron
4e29c7e2fd
Documentation: add syntax highlighting to code examples & fix spelling of kube primitives
8 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.
8 years ago
Gabriel Miretti
9735642fe8
Fix broken bullets by Note in docs.helm.sh
8 years ago
Matthew Fisher
35616bd0df
fix links to service_accounts.md
9 years ago
Simon Schmidt
3c3936fcaa
Fix typo for --service-account
9 years ago
John Iacona
67ed2cfc1e
Update using_helm.md
...
Add explanation of persistence behavior of `--set`
9 years ago
Michelle Noorali
3f33651713
Merge pull request #2761 from michelleN/service-account-docs
...
chore(docs): add guide for service accounts
9 years ago
Michelle Noorali
deffe2024a
chore(docs): add guide for service accounts
...
* closes #2224
9 years ago
jiaweizhou
3ee74217d1
fix spelling error
9 years ago
Matt Butcher
ecef026b68
Merge pull request #2545 from technosophos/feat/set-list-index
...
feat(helm): support array index format for --set.
9 years ago
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`
9 years ago
Lachlan Evenson
6a7a7d2a58
update wording based on pr review
9 years ago
Lachlan Evenson
a25c5a7362
add best practices for running tiller in namespaces
9 years ago
Rober Morales-Chaparro
8470495d0a
Update using_helm.md
9 years ago
Nikhil Manchanda
2b0a612858
fix(docs): Updated non-working example in 'Using Helm' documentation
...
Closes #2527
9 years ago
Hoat Le
267a09193b
fix typo: ' instead of `
9 years ago
Kiichiro Okano
e3655bb142
Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
9 years ago
Matthew Fisher
d44b7ada14
document toYaml syntax in --set for annotations
9 years ago
Tao Zhou
f745c9c761
docs(using_helm): fix outdated `helm rollback` example usage in doc
...
Closes #1921
9 years ago
Taylor Thomas
5b116247b8
Adds documentation for `--wait` and other new command line flags
9 years ago
dongziming
34d7585f1e
Spelling errors and so on.
9 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
6a1aab7fc8
fix(helm): improve --set parser
...
This replaces the old set parser with a brand new one. This also changes
the internal algorithm from duplicating YAML to merging YAML, which
might solve a problem one user reported in chat, but which was never
captured in an issue.
Closes #1540
Closes #1556
10 years ago
Yuvi Panda
8ea2d1bc9b
Remove double explanation of why MariaDB is in the list
10 years ago
Matt Farina
da73150ce9
fix(tls): download helm and charts over https
...
Downloading of charts and helm itself happened over http. This
change moves to use https as that is available with valid certs.
10 years ago
Matt Farina
7a79661f0e
feat(charts): Move bucket to domain from path
...
A bucket name in the path can be migrated to a custom k8s domain
name. This is in preperation for that.
10 years ago
joe2far
eba74bec6c
docs(*) fix typos in docs
10 years ago
Matt Butcher
627c59d148
docs(*): refresh docs
...
This refreshes docs, as discussed in #719 , and adds a few new sections
to the docs.
Closes #719
10 years ago
Erik Christensen
d379eda785
Fixed broken link from "chart.md" to "charts.md"
10 years ago
Matt Butcher
1c6fc9c0e8
feat(helm): remove the requirement that fetch/install need version
...
This removes the requirement that a fetch or install command must
explicitly state the version number to install. Instead, this goes to
the strategy used by OS package managers: Install the latest until told
to do otherwise.
Closes #1198
10 years ago
Matt Butcher
51981d62f2
docs(using_helm): change reference from npm to CPAN/Fedora DB
...
Closes #1271
10 years ago
Matt Butcher
66e59f63e7
fix(helm): change 'helm update' to 'helm repo update'
...
The old form is marked deprecated.
Relates to #1196
10 years ago
Mark Petrovic
3ec83045d4
issue/1254
...
Fix typo in using_helm.md that refers to "glide install". The
reference should be to "helm install".
10 years ago
Matt Butcher
7d8b5bbb49
docs(install, using): add installation and usage docs
10 years ago