Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (37 loc) · 1.96 KB

File metadata and controls

43 lines (37 loc) · 1.96 KB

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