Skip to content

serviceAccount

This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/

Type: object

Path: serviceAccount


create

Specifies whether a service account should be created

Default: true

Type: boolean

Path: serviceAccount.create


automount

Automatically mount a ServiceAccount's API credentials?

Default: true

Type: boolean

Path: serviceAccount.automount


annotations

Annotations to add to the service account

Default: {}

Type: string

Path: serviceAccount.annotations


name

The name of the service account to use.
If not set and create is true, a name is generated using the fullname template

Default: ""

Type: string

Path: serviceAccount.name