Score

Capability

Serviceaccount

Define the Kubernetes Service Account  that Pods in the Workload should run as. It does not manage the creation of that Service Account.

Refer to the Pod feature  for configuration details.


humanitec.score.yaml (view on GitHub ) :

apiVersion: humanitec.org/v1b1

spec:
  pod:
    serviceAccountName: data-access-service-account
Top