Add missing affinity settings (#232)

Signed-off-by: Kevin Fox <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
kfox1111
2024-02-05 20:33:24 +00:00
committed by GitHub
co-authored by Faisal Memon
parent 8adbb89890
commit 49e21c389b
6 changed files with 16 additions and 0 deletions
@@ -45,6 +45,7 @@ A Helm chart to install the SPIRE agent.
| `resources` | Resource requests and limits | `{}` |
| `nodeSelector` | Node selector | `{}` |
| `tolerations` | List of tolerations | `[]` |
| `affinity` | Node affinity | `{}` |
| `logLevel` | The log level, valid values are "debug", "info", "warn", and "error" | `info` |
| `clusterName` | The name of the Kubernetes cluster (`kubeadm init --service-dns-domain`) | `example-cluster` |
| `trustDomain` | The trust domain to be used for the SPIFFE identifiers | `example.org` |