Skip to content

serviceAccount

Kubernetes serviceAccount objects to be generated by the chart

object

Keys are identifiers for serviceAccount instances.

serviceAccount:
main:
enabled: true
# ... configuration
secondary:
enabled: true
# ... configuration

Available properties:

PropertyTypeRequiredDefaultDescription
annotationsobject / nullNo-Annotations to set on the item.
enabledbooleanNotrueSet to false to disable the ServiceAccount.
forceRenamestringNo-Override the default resource name. Mutually exclusive wi…
labelsobject / nullNo-Labels to set on the item.
prefixstringNoPrefix to prepend to the resource name. Mutually exclusiv…
staticTokenbooleanNofalseSet to true to create a long-lived static token for the S…
suffixstringNo-Suffix to append to the resource name. Defaults to the re…

Override the default resource name. Mutually exclusive with prefix and suffix.

Prefix to prepend to the resource name. Mutually exclusive with forceRename.

Set to true to create a long-lived static token for the ServiceAccount.

Suffix to append to the resource name. Defaults to the resource identifier if there are multiple items, otherwise empty. Mutually exclusive with forceRename.