bzp2010 commented on issue #101: URL: https://github.com/apache/apisix-go-plugin-runner/issues/101#issuecomment-1217517480
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]( https://artifacthub.io/packages/helm/apisix/apisix?modal=values&path=apisix.image) in the chart, and using your own built image, the `extPlugin` [configuration](https://artifacthub.io/packages/helm/apisix/apisix?modal=values&path=extPlugin) will help you start the plugin process. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
