coredns / deployment

Scripts, utilities, and examples for deploying CoreDNS.

Repository from Github https://github.comcoredns/deploymentRepository from Github https://github.comcoredns/deployment

$ symbol escape

flylan opened this issue · comments

ZoneFiles requires the addition of the $symbol, but I have tried many methods but cannot add the $symbol to the configmap

I have tried the following methods:
1.Change $ to $
2.Change $ to \$
3.Change $ to {{$}}
4.Change $ to {{ print "$" }}

None of the above methods are available

image