aws-load-balancer-controller:
  # clusterName, vpcId, and serviceAccount IRSA ARN are injected per-environment
  # via helm.valuesObject in applications.yaml
  serviceAccount:
    create: true
    name: aws-load-balancer-controller
  # Tolerate spot nodes so the controller can run on any node in the cluster
  tolerations:
    - key: karpenter.sh/capacity-type
      operator: Equal
      value: spot
      effect: NoSchedule
  defaultTags:
    eiso-exception: "aws.08.30"
