Search code examples
kubernetes-helmgo-templates

Helm chart render string with special characters


I want to render following line as string in helm chart. It contain special characters.

text: '{{ template "slack.template.text" . }}'


Solution

  • I found the solution. text: '{{"{{" }} template "slack.template.text" . {{"}}"}}'