You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/csi-driver/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ A Helm chart for cert-manager-csi-driver
24
24
| app.driver.csiDataDir | string |`"/tmp/cert-manager-csi-driver"`| Configures the hostPath directory that the driver will write and mount volumes from. |
25
25
| app.driver.name | string |`"csi.cert-manager.io"`| Name of the driver which will be registered with Kubernetes. |
26
26
| app.driver.useTokenRequest | bool |`false`| If enabled, will use CSI token request for creating CertificateRequests. CertificateRequests will be created via mounting pod's service accounts. |
27
+
| app.kubeletRootDir | string |`"/var/lib/kubelet"`| Overrides path to root kubelet directory in case of a non-standard k8s install. |
27
28
| app.livenessProbe | object |`{"port":9809}`| Options for the liveness container. |
28
29
| app.livenessProbe.port | int |`9809`| The port that will expose the livness of the csi-driver |
29
30
| app.logLevel | int |`1`| Verbosity of cert-manager-csi-driver logging. |
0 commit comments