Files
chart/docs/common/values/serviceAccount.md
Stavros kois e4d070266c more docs
2023-01-20 18:01:03 +02:00

812 B

Service Account

Key: serviceAccount

Info:

  • Type: dict

  • Default:

    serviceAccount:
      main:
        enabled: false
        primary: true
        automountServiceAccountToken: true
    
  • Helm Template:

Can be defined in:

  • .Values.serviceAccount

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: