I only get example0..k8s.example.com; the value of my customLabel 'test' is missing.
I assume the label is missing in ConsulCatalog too.
How to check this? How to bring the Label from K8s to Consul Catalog?
As you can see above, I'm using a DaemonSet to deploy traefik.
I'm now trying to implement the default example of Traefik-Documentation according to ConsulCatalog Default Rule. - --providers.consulcatalog.defaultRule=Host("{{ .Name }}.{{ index .Labels test}}.k8s.example.com") to get sth like example0.myapp0.k8s.example.com.
But actually, I'm ending up with a result like example0..k8s.example.com.