We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b10cfa commit 6af7becCopy full SHA for 6af7bec
docs/content/publish-resources/templating.md
@@ -15,6 +15,8 @@ Specifically within the agent, the following rules apply when a template is eval
15
* Templates should not output random values, as those can lead to reconcile loops and higher load
16
on the service cluster.
17
* 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.
20
21
## Functions
22
0 commit comments