Open shane-davidson opened 3 months ago
Hi @shane-davidson Can you provide a small snippet of your .helm.values
illustrating this?
I've tested it, and it seems to be working?
clusterName: '${ .ClusterLabels.name } ${- $variable := "value" }'
testVariable: "${ $variable }"
Gets rendered correctly.
Is there an existing issue for this?
Current Behavior
Not sure if this is expected bahaviour on not but I have tried the following (inside the values block) of the fleet.yaml file:
${ $variable := "value" }
and then the following:
${ $variable }
expecting the template to render
value
but inside fleet does not show any errors.The git repo (commit SHA) updates but the bundle (commit label) does not
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Logs
No response
Anything else?
No response