diff --git a/deploy/charts/csi-driver/README.md b/deploy/charts/csi-driver/README.md
index d73e5766..da263edc 100644
--- a/deploy/charts/csi-driver/README.md
+++ b/deploy/charts/csi-driver/README.md
@@ -66,7 +66,7 @@ v0.0.0
image.pullPolicy |
-Kubernetes imagePullPolicy on csi-driver.
+Kubernetes imagePullPolicy on the csi-driver.
|
string |
@@ -83,7 +83,7 @@ IfNotPresent
imagePullSecrets |
-Optional secrets used for pulling the csi-driver container image
+Optional secrets used for pulling the csi-driver container image.
For example:
@@ -107,7 +107,7 @@ imagePullSecrets:
| commonLabels |
-Labels to apply to all resources
+Labels to apply to all resources.
|
object |
@@ -158,7 +158,7 @@ v2.10.0
nodeDriverRegistrarImage.pullPolicy |
-Kubernetes imagePullPolicy on node-driver.
+Kubernetes imagePullPolicy on the node-driver.
|
string |
@@ -209,7 +209,7 @@ v2.12.0
livenessProbeImage.pullPolicy |
-Kubernetes imagePullPolicy on liveness probe.
+Kubernetes imagePullPolicy on the liveness probe.
|
string |
@@ -243,7 +243,7 @@ Verbosity of cert-manager-csi-driver logging.
app.driver.name |
-Name of the driver which will be registered with Kubernetes.
+Name of the driver to be registered with Kubernetes.
|
string |
@@ -260,7 +260,7 @@ csi.cert-manager.io
app.driver.useTokenRequest |
-If enabled, will use CSI token request for creating. CertificateRequests. CertificateRequests will be created via mounting pod's service accounts.
+If enabled, this uses a CSI token request for creating. CertificateRequests. CertificateRequests are created by mounting the pod's service accounts.
|
bool |
@@ -277,7 +277,7 @@ false
app.driver.csiDataDir |
-Configures the hostPath directory that the driver will write and mount volumes from.
+Configures the hostPath directory that the driver writes and mounts volumes from.
|
string |
@@ -294,7 +294,7 @@ Configures the hostPath directory that the driver will write and mount volumes f
app.livenessProbe.port |
-The port that will expose the livness of the csi-driver
+The port that will expose the liveness of the csi-driver.
|
number |
@@ -311,7 +311,7 @@ The port that will expose the livness of the csi-driver
app.kubeletRootDir |
-Overrides path to root kubelet directory in case of a non-standard k8s install.
+Overrides the path to root kubelet directory in case of a non-standard Kubernetes install.
|
string |
@@ -328,7 +328,7 @@ Overrides path to root kubelet directory in case of a non-standard k8s install.
daemonSetAnnotations |
-Optional additional annotations to add to the csi-driver DaemonSet
+Optional additional annotations to add to the csi-driver DaemonSet.
|
object |
@@ -345,7 +345,7 @@ Optional additional annotations to add to the csi-driver DaemonSet
podAnnotations |
-Optional additional annotations to add to the csi-driver Pods
+Optional additional annotations to add to the csi-driver pods.
|
object |
@@ -362,7 +362,7 @@ Optional additional annotations to add to the csi-driver Pods
podLabels |
-Optional additional labels to add to the csi-driver Pods
+Optional additional labels to add to the csi-driver pods.
|
object |
@@ -379,7 +379,7 @@ Optional additional labels to add to the csi-driver Pods
resources |
-Kubernetes pod resources requests/limits for cert-manager-csi-driver
+Kubernetes pod resources requests/limits for cert-manager-csi-driver.
For example:
@@ -408,7 +408,7 @@ resources:
| nodeSelector |
-Kubernetes node selector: node labels for pod assignment. For example, to allow scheduling of DaemonSet on linux nodes only:
+Kubernetes node selector: node labels for pod assignment. For example, use this to allow scheduling of DaemonSet on linux nodes only:
```yaml
nodeSelector:
@@ -430,7 +430,7 @@ nodeSelector:
| affinity |
-Kubernetes affinity: constraints for pod assignment
+Kubernetes affinity: constraints for pod assignment.
For example:
@@ -461,7 +461,7 @@ affinity:
| tolerations |
-Kubernetes pod tolerations for cert-manager-csi-driver
+Kubernetes pod tolerations for cert-manager-csi-driver.
For example:
|