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>
7 years ago
tuanvcw
c99a3c676a
Update deprecated links in docs ( #5302 )
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
7 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>
7 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>
7 years ago
René Filip
403af2c389
Update control_structures.md ( #4948 )
...
update position of `and` operator
Signed-off-by: René Filip <rene.filip@sap.com>
7 years ago
Daniel M Barlow
4a49abb81e
Small typo fix ( #4887 )
...
Signed-off-by: Daniel M Barlow <danielmbarlow@gmail.com>
7 years ago
Nenad Stojanovikj
91994818a7
Clearer wording when using pipelines
...
Signed-off-by: Nenad Stojanovikj <nekk1@live.com>
7 years ago
Jon Kalfayan
b3c583b855
add nil check in if statement configmap example, also note why
8 years ago
Kent Rancourt
5408b60ad6
minor typo fix
9 years ago
Tony Hsu
2ce2d3deaa
Fix typo
9 years ago
dongziming
34d7585f1e
Spelling errors and so on.
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
8857d1227e
docs(chart_template_guide): fix spacing
...
Consistently add spacing for '{{ $foo }}'
9 years ago
Matt Butcher
d5346b1be9
docs(chart_tempalte_primer): add template primer
...
This adds a detailed document on writing templates in Helm. This is NOT
a best-practices guide, but a thorough introduction to templates in
Helm.
9 years ago