From 99b715880c2421c8a13a9f2d2281f2b1e74d52cf Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Tue, 11 Apr 2023 16:34:13 +0200 Subject: [PATCH] Varying function output in helm values will redeploy --- docs/ref-fleet-yaml.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ref-fleet-yaml.md b/docs/ref-fleet-yaml.md index b90c5eec7..7fcbd3d57 100644 --- a/docs/ref-fleet-yaml.md +++ b/docs/ref-fleet-yaml.md @@ -62,7 +62,8 @@ helm: variableName: global.fleet.clusterLabels.LABELNAME # It is possible to specify the keys and values as go template strings for # advanced templating needs. Most of the functions from the sprig templating - # library are available. However, the `uuidv4` function is not supported. + # library are available. Note, if the functions output changes with every + # call, e.g. `uuidv4`, the bundle will get redeployed. # The template context has following keys. # `.ClusterValues` are retrieved from target cluster's `spec.templateValues` # `.ClusterLabels` and `.ClusterAnnotations` are the labels and annoations in the cluster resource.