Files
chart/library/common/_docs/values/serviceAccount.md
2022-11-29 16:59:53 +02:00

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: