Files
helm-charts-hardened/charts/spire/charts/spiffe-csi-driver/README.md
T

2.0 KiB

spiffe-csi-driver

Version: 0.1.0 Type: application AppVersion: 0.2.3

A Helm chart to install the SPIFFE CSI driver.

Note

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

Values

Key Type Default Description
fullnameOverride string ""
healthChecks.port int 9809
image.pullPolicy string "IfNotPresent"
image.registry string "ghcr.io"
image.repository string "spiffe/spiffe-csi-driver"
image.version string ""
imagePullSecrets list []
nameOverride string ""
namespaceOverride string ""
nodeDriverRegistrar.image.pullPolicy string "IfNotPresent"
nodeDriverRegistrar.image.registry string "registry.k8s.io"
nodeDriverRegistrar.image.repository string "sig-storage/csi-node-driver-registrar"
nodeDriverRegistrar.image.version string "v2.6.2"
nodeDriverRegistrar.resources object {}
nodeSelector object {}
pluginName string "csi.spiffe.io" Set the csi driver name deployed to Kubernetes.
podAnnotations object {}
podSecurityContext object {}
priorityClassName string "" Priority class assigned to daemonset pods
resources object {}
securityContext.privileged bool true
securityContext.readOnlyRootFilesystem bool true
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""