Plugins Config
spec.spinnakerConfig.config.spinnaker.extensibility.plugins
.Warning
Please see the Plugins User Guide for a detailed explanation of plugins and how to add and configure using Halyard.Parameters
spec.spinnakerConfig.profiles
Put configuration in the service
that the plugin extends. Only the impacted service will restart when you apply the manifest.
Example:
plugins
:<plugin-name>
: suggested format is creator.pluginid
: plugin ID as defined in plugins.jsonenabled
: true or falseversion
: version of the plugin to useconfig
: {} - configuration for this specific plugin
repositories
:<repository-name>
:id
: same asurl
: URL torepositories.json
orplugins.json
See the Plugin Users Guide Add a plugin repository using Halyard section for when you can use plugins.json
instead of repositories.json
.
Deck proxy
You need to configure a deck-proxy
in Gate if your plugin has a Deck component. Locate the profiles
section in your SpinnakerService.yml
and add the proxy information to the gate
section.
Example
The example below configures the pf4jStagePlugin
. The configured repository is a plugins.json
file rather than a repositories.json
file.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.