Merge pull request #59 from rancher/sprig-functions

Varying function output in helm values will redeploy
This commit is contained in:
Mario Manno 2023-04-12 11:58:37 +02:00 committed by GitHub
commit 05d37c0fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.