Service Account Plugin
The rigdev.service_account
plugin provides the default way of handling service accounts in the reconcilliation pipeline. It will create a service account with the name and namespace of the capsule.
Config
Configuration for the deployment plugin
Field | Description |
---|---|
name string | Name of the service-account to generated. Supports templating, e.g.\{\{ .capsule.metadata.name \}\}-svcacc |
useExisting boolean | UseExisting will, if enabled, skip the creation of the service-account but instead use an existing one, if it exists. |
annotations object (keys:string, values:string) | Annotations to be added to all service accounts created. |