import text/template instead of html/template
This commit replaces the "html/template" library with "text/template" as the former is not the right fit for the container-toolkit's use case. With "html/template" we face the risk of encountering bugs from HTML-escaping performed by "html/template" Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
T
Tariq Ibrahim committed
c43e1e4b289f51297b404eb0454d7cec4cf6fe22
Parent: 1f7480c