1.7 KiB
1.7 KiB
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 | "" |
|
| 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 | {} |
|
| resources | object | {} |
|
| securityContext | object | {} |
|
| server.port | int | 8081 |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | "" |
|
| 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 | {} |