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 # ... configurationInstance Properties
Section titled “Instance Properties”Available properties:
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
annotations | object / null | No | - | Annotations to set on the item. |
enabled | boolean | No | true | Set to false to disable the ServiceAccount. |
forceRename | string | No | - | Override the default resource name. Mutually exclusive wi… |
labels | object / null | No | - | Labels to set on the item. |
prefix | string | No | “ | Prefix to prepend to the resource name. Mutually exclusiv… |
staticToken | boolean | No | false | Set to true to create a long-lived static token for the S… |
suffix | string | No | - | Suffix to append to the resource name. Defaults to the re… |
Property Details
Section titled “Property Details”forceRename
Section titled “forceRename”Override the default resource name. Mutually exclusive with prefix and suffix.
prefix
Section titled “prefix”Prefix to prepend to the resource name. Mutually exclusive with forceRename.
staticToken
Section titled “staticToken”Set to true to create a long-lived static token for the ServiceAccount.
suffix
Section titled “suffix”Suffix to append to the resource name. Defaults to the resource identifier if there are multiple items, otherwise empty. Mutually exclusive with forceRename.