From 7776827c417f4221acb516f57fc6707e9c62aee0 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Mon, 21 Nov 2022 17:36:39 +0100 Subject: [PATCH] Document behavior of non-existing clusterLabels if they are used as value reference. --- docs/gitrepo-structure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gitrepo-structure.md b/docs/gitrepo-structure.md index b596db261..38297b959 100644 --- a/docs/gitrepo-structure.md +++ b/docs/gitrepo-structure.md @@ -90,6 +90,8 @@ helm: any-custom: value # All labels on Rancher clusters are available using global.fleet.clusterLabels.LABELNAME # These can now be accessed directly as variables + # The variable's value will be an empty string if the referenced cluster label does not + # exist on the targeted cluster variableName: global.fleet.clusterLabels.LABELNAME # Path to any values files that need to be passed to helm during install valuesFiles: