spiffe-csi-driver
A Helm chart to install the SPIFFE CSI driver.
Values
| Key | Type | Default | Description |
|---|---|---|---|
| fullnameOverride | string | "" |
|
| 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."kubernetes.io/arch" | string | "amd64" |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| resources | object | {} |
|
| securityContext.privileged | bool | true |
|
| securityContext.readOnlyRootFilesystem | bool | true |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | "" |