Skip to content

serviceAccount

The configuration that is used for the service account.
See [Service Accounts](https://kubernetes.io/docs/concepts/security/service-accounts/)

Type: object

Path: serviceAccount


create

Specifies whether a ServiceAccount should be created

Default: true

Type: boolean

Path: serviceAccount.create


name

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

Default: null

Type: string

Path: serviceAccount.name


imagePullSecrets

Image pull secrets for the service account

Default: []

Type: list

Path: serviceAccount.imagePullSecrets


annotations

Annotations for the service account

Default: {}

Type: string

Path: serviceAccount.annotations


labels

Labels for the service account

Default: {}

Type: string

Path: serviceAccount.labels


automountServiceAccountToken

Default: true

Type: boolean

Path: serviceAccount.automountServiceAccountToken