apisix-go-plugin-runner icon indicating copy to clipboard operation
apisix-go-plugin-runner copied to clipboard

request help: how can I use this in helm generated yaml file

Open akalittle opened this issue 3 years ago • 1 comments

Hey, If I use helm template generated yamls to deploy.

How can I set all the attributes needed in values.yaml ?

akalittle avatar Aug 16 '22 07:08 akalittle

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.

bzp2010 avatar Aug 17 '22 06:08 bzp2010