This message was deleted.
# fleet
a
This message was deleted.
k
For now I found a solution by using the following syntax;
Copy code
someComplexValue: '${ index .ClusterLabels "<http://some.label.io/id|some.label.io/id>" }.${ index .ClusterLabels "<http://some.label.io/value|some.label.io/value>" }-foo'
Which works fine, but still reading the docs it feels like I am doing something wrong