Eduard Laur
c1c2cc1ef9
Merge remote-tracking branch 'upstream/master'
5 years ago
Matthew Fisher
8a3df19ec4
Merge pull request #5323 from malaiwah/patch-1
...
Fix for missing $root
5 years ago
Eduard Laur
74b6279f5f
Fix wrongly displayed markdown
...
Signed-off-by: Eduard Laur <Eduard.Laur@endava.com>
5 years ago
Kevin Lau
bb69a1edd6
Clarify operator docs wording
...
The original is explaining the negation, when the body would not be
included. Which would happen in the complement of the if expression,
ie. flipped by De Morgan's law's:
```
not (or .Values.anUnsetVariable (not .Values.aSetVariable))
==
and (not .Values.anUnsetVariable) .Values.aSetVariable
```
> unset variables evaluate to false
is equivalent to `not .Values.anUnsetVariable`.
> and
is equivalent to `and`.
> .Values.setVariable was negated with the not function
doesn't seem to match `.Values.aSetVariable`.
To me, that would be `not .Values.aSetVariable` instead.
Anyway, explaining the `if` expression as-is and not the negation is
clearer and parallels the first `if` operator.
Signed-off-by: Kevin Lau <kelau1993@gmail.com>
5 years ago
Neha Gupta
34bb64c0ff
Documentation upgrade
...
According to documentation helm install [CHART] [flags] should be the usage pattern. Seems a new update.
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
5 years ago
Matthew Fisher
3bd6e9fcf0
Merge pull request #5840 from badeadan/patch-2
...
doc: tuple replaced by list
6 years ago
Matt Farina
4c6e67b5db
Updating docs on resources in capabilities apiversions search
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Daniel Badea
b2eed7644a
doc: tuple replaced by list
...
Built-in function 'tuple' is implemented in Sprig as 'list'.
(see 2625cd487a/functions.go (L237)
)
Replace documentation references to 'tuple' with 'list' so there
is no need to explain what a tuple is.
Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
6 years ago
Daniel Badea
40bc1b173d
dont' reference built-in objects count
...
Built-in objects listed in the previous sections are: Release, Values, Chart, Files, Capabilities and Template. Text here refers to four built-in objects.
Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
6 years ago
Matt Farina
b06b5ef4d2
Merge pull request #5373 from luisdavim/version_label
...
Add app.kubernetes.io/version label
6 years ago
Luis Davim
0270f2e2b5
Reduce template code duplication. Fixes #5372
...
Signed-off-by: Luis Davim <luis.davim@jet.com>
6 years ago
Kenta Iso
2aa4155952
Fix 'THE INCLUDE FUNCTION' in 'Developing Templates' output
...
Signed-off-by: Kenta Iso <type.mafty@gmail.com>
6 years ago
Arvind Kumar
ff686d5967
Document update | variable representation change
...
Signed-off-by: Arvind Kumar <10303369+aku163@users.noreply.github.com>
6 years ago
Sergey Kozlov
6cf433d719
Fixed a typo in docs
...
Replaced `chart` command by `helm`.
Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
6 years ago
Luis Davim
b7b372f693
Add app.kubernetes.io/version label
...
Signed-off-by: Luis Davim <luis.davim@jet.com>
6 years ago
Nguyen Quang Huy
63c970c5ce
Fix some typos ( #5352 )
...
Correct some words spelling for reading more easily.
Signed-off-by: Nguyen Quang Huy <huynq0911@gmail.com>
Co-Authored-By: Nguyen Van Trung <trungnvfet@outlook.com>
6 years ago
Michel Belleau
fdbbcab3b3
Fix for missing $root
...
$root is used in $root.Files.Get and needs to be defined
Signed-off-by: Michel Belleau <michel.belleau@malaiwah.com>
6 years ago
Nguyen Van Trung
5464a822cc
Change http to https for security links
...
Signed-off-by: Nguyen Van Trung <trungnv@vn.fujitsu.com>
6 years ago
tuanvcw
c99a3c676a
Update deprecated links in docs ( #5302 )
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
6 years ago
Alex Speaks
7a70459ca1
Fix incorrect flow example and improve operator documentation ( #4919 )
...
* Fix incorrect flow example and improve operator documentation
Signed-off-by: Alex <login@sneaksneak.org>
* Use golang comment format
Signed-off-by: Alex <login@sneaksneak.org>
6 years ago
Dean Coakley
251a6a2b58
Fix code syntax highlighting in docs ( #5245 )
...
* Added yaml to undelcared code blocks
* Changed YAML->yaml for consistency
* Added console syntax highlighting
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
6 years ago
Matthew Fisher
9596dc768a
add missing "and" ( #5227 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Laski
6ceaef446f
Clarify section title ( #5226 )
...
As stated by @schollii in https://github.com/helm/helm/issues/4505#issuecomment-415886732 "Overriding Values from a Parent Chart" is unclear. This changes that text to "Overriding Values of a Child Chart". See @scholli's comment for justification.
Signed-off-by: Nahuel Lascano <nlascano@eryx.co>
6 years ago
Ishaan Malhi
ea158a6aad
docs: add documentation for the helmignore file ( #4966 )
...
* docs: add documentation for the helmignore file
Signed-off-by: Ishaan Malhi <ishaan.malhi@gmail.com>
* docs: rearrange helmignore docs under chart template developer's guide
Signed-off-by: Ishaan Malhi <ishaan.malhi@gmail.com>
6 years ago
René Filip
403af2c389
Update control_structures.md ( #4948 )
...
update position of `and` operator
Signed-off-by: René Filip <rene.filip@sap.com>
6 years ago
Geoff Baskwill
560b84d53c
docs: use nindent in documentation examples ( #4905 )
...
* docs: markdown prettyprinting
Signed-off-by: Geoff Baskwill <me@geoffbaskwill.ca>
* docs: use nindent in documentation examples
Fixes #4890 .
Signed-off-by: Geoff Baskwill <me@geoffbaskwill.ca>
6 years ago
Matthew Fisher
9dce1ac88b
s,kubernetes/charts,helm/charts,g ( #4889 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Dr Nic Williams
f7377100ff
Full path to mysubchart file ( #4882 )
...
Signed-off-by: Dr Nic Williams <drnicwilliams@gmail.com>
6 years ago
Daniel M Barlow
4a49abb81e
Small typo fix ( #4887 )
...
Signed-off-by: Daniel M Barlow <danielmbarlow@gmail.com>
6 years ago
Martin Hickey
e7d93f231d
Fix Slack channel references ( #4752 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Carlos Tadeu Panato Junior
71ba25a5a9
change kubernetes to helm in docs and yaml files when refer the repository ( #4640 )
...
Signed-off-by: cpanato <ctadeu@gmail.com>
6 years ago
Michelle Noorali
e55cc79da3
Merge pull request #4631 from nenadstojanovikj/patch-1
...
Clearer wording when using pipelines
6 years ago
Nenad Stojanovikj
91994818a7
Clearer wording when using pipelines
...
Signed-off-by: Nenad Stojanovikj <nekk1@live.com>
6 years ago
Pratyush Verma
5211bfa110
Fix type in Values File ( #4629 )
...
Fix typo
Signed-off-by: Pratyush Verma <vermapratyush@gmail.com>
6 years ago
Dustin Specker
8c69e1af4f
docs: remove extraneous "it"
6 years ago
Matt Farina
e328d00a2f
Updating to the k8s label convention
...
Closes #4335
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Michael Huttner
1b955e63f7
Fixed error in docs for file access
...
$path.base gives the error "can't evaluate field base in type string", it should be "base $path"
6 years ago
Jon Kalfayan
b3c583b855
add nil check in if statement configmap example, also note why
6 years ago
Julien Bordellier
c67fab5934
docs(helm): update Globs examples to work correctly
7 years ago
AdamDang
f291fdbb43
Typo fix in functions_and_pipelines.md
...
useable->usable
7 years ago
xianlubird
4b09b0489b
Fix some typo
...
Signed-off-by: xianlubird <xianlubird@gmail.com>
7 years ago
Chen Zhiwei
363e5bcdf8
Change helm update to helm upgrade
7 years ago
Mueed Chaudhry
4cc95d2c2f
update docs to demonstrate best practices in regards to named templates
7 years ago
Jason Murray
d65f8b532f
Typo once/one
7 years ago
Daniel Barker
2a0090c8c7
Disambiguate encoding from secrets
7 years ago
Dennis Benzinger | SAP Hybris
9ad292b3ef
Fix filename
7 years ago
Mitchel Humpherys
e4274c448c
docs(chart_template_guide): Fix link
...
Fix a Glob link floating around with some invalid markdown and an invalid
target.
7 years ago
Taylor Thomas
d6ba39e6f2
Merge pull request #3073 from joanrieu/helmignore-docs
...
docs(chart): add notes regarding `.helmignore` and `.Files`
7 years ago
Joan Rieu
0af689b489
docs(templates): remove link to changed example
7 years ago
Joan Rieu
171fa2ac46
docs(chart-files): add note about `.helmignore`
7 years ago