Hi there, I studied this valuable resource on the topic of templating & Traefik ->
I can use some help because I can't figure out how to use/parse the templates in combination with my yaml files. I tried for yaml example the below, but this error returned when applying with kubectl:
error: error parsing test.yaml: error converting YAML to JSON: yaml: line 11: found character that cannot start any token
Traefik can parse Go templates in Traefik dynamic configuration files. Your example appears to be putting Go template syntax in Kubernetes configuration files, which are not parsed by Traefik.