Merge pull request #21 from rancher/document_behavior_on_missing_labels
Document behavior of non-existing clusterLabels
This commit is contained in:
commit
4f45906100
|
|
@ -90,6 +90,8 @@ helm:
|
||||||
any-custom: value
|
any-custom: value
|
||||||
# All labels on Rancher clusters are available using global.fleet.clusterLabels.LABELNAME
|
# All labels on Rancher clusters are available using global.fleet.clusterLabels.LABELNAME
|
||||||
# These can now be accessed directly as variables
|
# 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
|
variableName: global.fleet.clusterLabels.LABELNAME
|
||||||
# Path to any values files that need to be passed to helm during install
|
# Path to any values files that need to be passed to helm during install
|
||||||
valuesFiles:
|
valuesFiles:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue