apache / apisix-go-plugin-runner

Go Plugin Runner for APISIX
https://apisix.apache.org/
Apache License 2.0
167 stars 69 forks source link

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

Open akalittle opened 1 year ago

akalittle commented 1 year ago

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

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

bzp2010 commented 1 year ago

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.