File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ function.
8080
8181Typically templates will result in a single resource, but conditionals
8282and loops may result in templates rendering to zero or more than one
83- resource. This is supported, but should be used wit caution.
83+ resource. This is supported but should be used with caution.
8484
8585Consideration for multi-resource templates :
8686
8787- Resources should be separated by a line with `---` (like in Helm).
8888
89- - The template as a whole is single unit in the graph of resources,
89+ - The template as a whole is a single unit in the graph of resources,
9090 i.e. individual resources in a template cannot refer to each other
9191 using the `.Resources` method described below. References across
9292 templates using multiple resources are supported.
You can’t perform that action at this time.
0 commit comments