Files
helm-charts-hardened/charts/spire/charts/spire-agent/README.md
T
2023-02-18 13:23:36 +01:00

1.7 KiB

spire-agent

Version: 0.1.0 Type: application AppVersion: 1.5.4

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 {}