gocd / gocd-helm-chart

A Helm chart for www.gocd.org
Apache License 2.0
6 stars 8 forks source link

process for adding plugins? #18

Closed shimmerjs closed 6 years ago

GaneshSPatil commented 6 years ago

@booninite -- The GoCD server image stores persistence under /godata path of the container. You can use persistent volumes to mount /godata directory by specifying server godata persistence values.

All the plugins should be installed under /godata/plugins/ directory.

You can find more information about GoCD Server Docker image configuration here.

varshavaradarajan commented 6 years ago

@booninite - we have also provided an option to specify a download url for the plugin. Refer to the Installing plugins using an environment configuration in the documentation. By prepending GO_PLUGIN_INSTALL_ to the plugin name and providing this as an environment variable in values.yaml you can start the GoCD server with your plugin using the helm chart.