Make kubelet path configurable (#123)

This commit is contained in:
kfox1111
2023-03-15 10:25:06 +01:00
committed by GitHub
parent 80e3b58dcd
commit 9ccbd3c67f
3 changed files with 8 additions and 5 deletions
@@ -21,6 +21,7 @@ A Helm chart to install the SPIFFE CSI driver.
| image.repository | string | `"spiffe/spiffe-csi-driver"` | |
| image.version | string | `""` | |
| imagePullSecrets | list | `[]` | |
| kubeletPath | string | `"/var/lib/kubelet"` | |
| nameOverride | string | `""` | |
| namespaceOverride | string | `""` | |
| nodeDriverRegistrar.image.pullPolicy | string | `"IfNotPresent"` | |