apisix-go-plugin-runner
apisix-go-plugin-runner copied to clipboard
request help: how can I use this in helm generated yaml file
Hey, If I use helm template generated yamls to deploy.
How can I set all the attributes needed in values.yaml ?
Hi, @akalittle
You need to build your own image based on the official image and add your plugin files to it.
After that you can override the default repository with the apisix.image.repository configuration in the chart, and using your own built image, the extPlugin configuration will help you start the plugin process.