You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Apparently, we imported the wrong package, we need to use text no HTML rules.
## Why is this needed
Wrong import, we do not need to escape following HTML rules.
Fixes: #415
## How Has This Been Tested?
Unit test
## Checklist:
I have:
- [x] updated the documentation and/or roadmap (if required)
- [x] added unit or e2e tests
- [x] provided instructions on how to upgrade
Expected Behaviour
Workflow properly renders template without replacing any characters.
Current Behaviour
When template includes sequence like
<<
, it gets replaced into `<<.Possible Solution
Use
text/template
instead ofhtml/template
when rendering workflows.Steps to Reproduce (for bugs)
Unit test to reproduce:
Context
https://twitter.com/_invidian/status/1339504259340091392
Found while working on tinkerbell/cluster-api-provider-tinkerbell#17.
Your Environment
Tinkerbell sandbox from version tinkerbell/playground@be40a7b.
The text was updated successfully, but these errors were encountered: