Files
helm-charts-hardened/charts/spire/charts/spire-agent/README.md
T
kfox1111 03db6bb5fe Namespace override
This patch makes it possible to install the subcharts in different
namespaces as needed.

Signed-off-by: Kevin Fox <[email protected]>
2023-03-13 15:03:16 -07:00

2.6 KiB

spire-agent

Version: 0.1.0 Type: application AppVersion: 1.6.0

A Helm chart to install the SPIRE agent.

Note

: Minimum Spire version is 1.5.3. The recommended version is 1.6.0 to support arm64 nodes. If running with any prior version to 1.6.0 you have to use a nodeSelector to limit to kubernetes.io/arch: amd64.

Values

Key Type Default Description
agentSocketPath string "/run/spire/agent-sockets/spire-agent.sock"
bundleConfigMap string "spire-bundle"
clusterName string "example-cluster"
extraContainers list []
extraVolumeMounts list []
extraVolumes list []
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 []
initContainers list []
logLevel string "info"
nameOverride string ""
namespaceOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
priorityClassName string "" Priority class assigned to daemonset pods
resources object {}
securityContext object {}
server.address string ""
server.namespaceOverride string ""
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