spire-agent
A Helm chart to install the SPIRE agent.
Values
| Key | Type | Default | Description |
|---|---|---|---|
| bundleConfigMap | string | "spire-bundle" |
|
| clusterName | string | "example-cluster" |
|
| fullnameOverride | string | "" |
|
| healthChecks.port | int | 9980 |
override the host port used for health checking |
| image.pullPolicy | string | "IfNotPresent" |
|
| image.registry | string | "ghcr.io" |
|
| image.repository | string | "spiffe/spire-agent" |
|
| image.version | string | "" |
|
| imagePullSecrets | list | [] |
|
| logLevel | string | "info" |
|
| nameOverride | string | "" |
|
| nodeSelector."kubernetes.io/arch" | string | "amd64" |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| priorityClassName | string | "" |
Priority class assigned to daemonset pods |
| resources | object | {} |
|
| securityContext | object | {} |
|
| server.port | int | 8081 |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | "" |
|
| telemetry.prometheus.enabled | bool | false |
|
| telemetry.prometheus.port | int | 9988 |
|
| trustDomain | string | "example.org" |
|
| waitForIt.image.pullPolicy | string | "IfNotPresent" |
|
| waitForIt.image.registry | string | "cgr.dev" |
|
| waitForIt.image.repository | string | "chainguard/wait-for-it" |
|
| waitForIt.image.version | string | "latest-20230113" |
|
| waitForIt.resources | object | {} |
|
| workloadAttestors.unix.enabled | bool | false |
enables the Unix workload attestor |