traefik-helm-chart
traefik-helm-chart copied to clipboard
Add support for localPlugins
Description
Only remote plugins are natively supported FTM.
The localPlugins options should also be supported, with a working example
For now you can add these values to our chart to enable to localPlugins:
additionalArguments = [
"--experimental.localPlugins.headertoquery.moduleName=github.com/zalbiraw/headertoquery"
]
volumes = [
{
type = "volume",
name = "header-to-query-plugin"
mountPath = "/plugins-local/src/github.com/zalbiraw/headertoquery/"
}
]