Skip to main content

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

FieldDescription
name stringName of the service-account to generated. Supports templating, e.g.
\{\{ .capsule.metadata.name \}\}-svcacc
useExisting booleanUseExisting 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.