Skip to content

Commit 6af7bec

Browse files
committed
extend docs
On-behalf-of: @SAP [email protected]
1 parent 9b10cfa commit 6af7bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/publish-resources/templating.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Specifically within the agent, the following rules apply when a template is eval
1515
* Templates should not output random values, as those can lead to reconcile loops and higher load
1616
on the service cluster.
1717
* Any leading and trailing whitespace will be automatically trimmed from the template's output.
18+
* All "objects" mentioned in this documentation refer technically to an `unstructured.Unstructured`
19+
value's `.Object` field, i.e. the JSON-decoded representation of a Kubernetes object.
1820

1921
## Functions
2022

0 commit comments

Comments
 (0)