serviceAccount
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