canonical / traefik-route-k8s-operator

Configuration charm for traefik-k8s.
https://charmhub.io/traefik-route-k8s
Apache License 2.0
0 stars 3 forks source link

use Jinja2 to render templated config options #7

Open PietroPasotti opened 2 years ago

PietroPasotti commented 2 years ago

At the moment we do 'manual' string replacement to render config strings; let's not reinvent the wheel and use jinja2 for this.