We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 }
${ $variable }
expecting the template to render value but inside fleet does not show any errors.
value
The git repo (commit SHA) updates but the bundle (commit label) does not
No response
Rancher v2.8.4
The text was updated successfully, but these errors were encountered:
Hi @shane-davidson Can you provide a small snippet of your .helm.values illustrating this?
.helm.values
I've tested it, and it seems to be working?
clusterName: '${ .ClusterLabels.name } ${- $variable := "value" }' testVariable: "${ $variable }"
Gets rendered correctly.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: