This message was deleted.
# k3s
a
This message was deleted.
c
you don’t. secrets are a namespaced resource. Why are you trying to maintain it in a different namespace than traefik wants it in?
a
Because I have a wildcard certificate I use for a number of services that are not all in the same namespace.
c
The Traefik docs say
Traefik currently only uses the TLS Store named "default". This default
TLSStore
should be in a namespace discoverable by Traefik.
The TLSStore and the secret need to be in the same namespace, so why not just put the TLSStore in the same namespace as the place you want to maintain the secret in?
a
Oh! I'll try moving it to the cert-manager namespace.
c
it just says that it “should be in a namespace discoverable by traefik”. It doesn’t say that it needs to be in the default ns
a
That worked! Thank you. I've really struggled to fully wrap my head around Traefik. Getting closer. Anyway, here is a beer for you: 🍺 😀
c
👍
149 Views