mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 15:38:49 +08:00
699 B
699 B
Service Account
Key: rbac
-
Type:
dict -
Default:
serviceAccount: main: enabled: false primary: true -
Helm Template: ❌
For every serviceAccount.NAME that is enabled it will
create a ServiceAccount object.
primary flag is used to decide what serviceAccountName
will be assigned to the pod. Without a ServiceAccount,
the serviceAccountName will be default .
Examples:
serviceAccount:
main:
enabled: true
primary: true
labels:
key: value
annotations:
key: value
Kubernetes Documentation: