Enable community plugins using helm chart

Hi there!

According to traefik helm chart documentation to enable plugin it should simply set experimental.plugins.enabled = true but the it lacks on how to really it works under the hood. Getting deeper to the code I realized that when enabled a volume mount is created for the pod. I can copy using kubectl cp to that volume but it's not actually the right way.

What's the best way to enable a plugin through helm chart? Any advice here?

1 Like