Files
chart/docs/common-library/values/serviceAccount.md
Stavros kois 0c20405684 add workflows
2022-12-13 17:29:44 +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: