Skip to content

Commit

Permalink
Merge pull request #193 from ditatechwriter/MMcL-values-edits
Browse files Browse the repository at this point in the history
MMcL-values-edit
  • Loading branch information
jetstack-bot committed Jan 31, 2024
2 parents a290acf + ce84a1e commit 4b51823
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
34 changes: 17 additions & 17 deletions deploy/charts/csi-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ v0.0.0
<td>image.pullPolicy</td>
<td>

Kubernetes imagePullPolicy on csi-driver.
Kubernetes imagePullPolicy on the csi-driver.

</td>
<td>string</td>
Expand All @@ -83,7 +83,7 @@ IfNotPresent
<td>imagePullSecrets</td>
<td>

Optional secrets used for pulling the csi-driver container image
Optional secrets used for pulling the csi-driver container image.

For example:

Expand All @@ -107,7 +107,7 @@ imagePullSecrets:
<td>commonLabels</td>
<td>

Labels to apply to all resources
Labels to apply to all resources.

</td>
<td>object</td>
Expand Down Expand Up @@ -158,7 +158,7 @@ v2.10.0
<td>nodeDriverRegistrarImage.pullPolicy</td>
<td>

Kubernetes imagePullPolicy on node-driver.
Kubernetes imagePullPolicy on the node-driver.

</td>
<td>string</td>
Expand Down Expand Up @@ -209,7 +209,7 @@ v2.12.0
<td>livenessProbeImage.pullPolicy</td>
<td>

Kubernetes imagePullPolicy on liveness probe.
Kubernetes imagePullPolicy on the liveness probe.

</td>
<td>string</td>
Expand Down Expand Up @@ -243,7 +243,7 @@ Verbosity of cert-manager-csi-driver logging.
<td>app.driver.name</td>
<td>

Name of the driver which will be registered with Kubernetes.
Name of the driver to be registered with Kubernetes.

</td>
<td>string</td>
Expand All @@ -260,7 +260,7 @@ csi.cert-manager.io
<td>app.driver.useTokenRequest</td>
<td>

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.

</td>
<td>bool</td>
Expand All @@ -277,7 +277,7 @@ false
<td>app.driver.csiDataDir</td>
<td>

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.

</td>
<td>string</td>
Expand All @@ -294,7 +294,7 @@ Configures the hostPath directory that the driver will write and mount volumes f
<td>app.livenessProbe.port</td>
<td>

The port that will expose the livness of the csi-driver
The port that will expose the liveness of the csi-driver.

</td>
<td>number</td>
Expand All @@ -311,7 +311,7 @@ The port that will expose the livness of the csi-driver
<td>app.kubeletRootDir</td>
<td>

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.

</td>
<td>string</td>
Expand All @@ -328,7 +328,7 @@ Overrides path to root kubelet directory in case of a non-standard k8s install.
<td>daemonSetAnnotations</td>
<td>

Optional additional annotations to add to the csi-driver DaemonSet
Optional additional annotations to add to the csi-driver DaemonSet.

</td>
<td>object</td>
Expand All @@ -345,7 +345,7 @@ Optional additional annotations to add to the csi-driver DaemonSet
<td>podAnnotations</td>
<td>

Optional additional annotations to add to the csi-driver Pods
Optional additional annotations to add to the csi-driver pods.

</td>
<td>object</td>
Expand All @@ -362,7 +362,7 @@ Optional additional annotations to add to the csi-driver Pods
<td>podLabels</td>
<td>

Optional additional labels to add to the csi-driver Pods
Optional additional labels to add to the csi-driver pods.

</td>
<td>object</td>
Expand All @@ -379,7 +379,7 @@ Optional additional labels to add to the csi-driver Pods
<td>resources</td>
<td>

Kubernetes pod resources requests/limits for cert-manager-csi-driver
Kubernetes pod resources requests/limits for cert-manager-csi-driver.

For example:

Expand Down Expand Up @@ -408,7 +408,7 @@ resources:
<td>nodeSelector</td>
<td>

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:
Expand All @@ -430,7 +430,7 @@ nodeSelector:
<td>affinity</td>
<td>

Kubernetes affinity: constraints for pod assignment
Kubernetes affinity: constraints for pod assignment.

For example:

Expand Down Expand Up @@ -461,7 +461,7 @@ affinity:
<td>tolerations</td>
<td>

Kubernetes pod tolerations for cert-manager-csi-driver
Kubernetes pod tolerations for cert-manager-csi-driver.

For example:

Expand Down
40 changes: 20 additions & 20 deletions deploy/charts/csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,69 +3,69 @@ image:
repository: quay.io/jetstack/cert-manager-csi-driver
# Target image version tag.
tag: v0.0.0
# Kubernetes imagePullPolicy on csi-driver.
# Kubernetes imagePullPolicy on the csi-driver.
pullPolicy: IfNotPresent
# Setting a digest will override any tag
# digest: sha256:xxxx

# Optional secrets used for pulling the csi-driver container image
# Optional secrets used for pulling the csi-driver container image.
#
# For example:
# imagePullSecrets:
# - name: secret-name
imagePullSecrets: []

# Labels to apply to all resources
# Labels to apply to all resources.
commonLabels: {}

nodeDriverRegistrarImage:
# Target image repository.
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
# Target image version tag.
tag: v2.10.0
# Kubernetes imagePullPolicy on node-driver.
# Kubernetes imagePullPolicy on the node-driver.
pullPolicy: IfNotPresent

livenessProbeImage:
# Target image repository.
repository: registry.k8s.io/sig-storage/livenessprobe
# Target image version tag.
tag: v2.12.0
# Kubernetes imagePullPolicy on liveness probe.
# Kubernetes imagePullPolicy on the liveness probe.
pullPolicy: IfNotPresent
# Setting a digest will override any tag
# Setting a digest will override any tag.
# digest: sha256:xxxx

app:
# Verbosity of cert-manager-csi-driver logging.
logLevel: 1 # 1-5
# Options for CSI driver
# Options for CSI driver.
driver:
# Name of the driver which will be registered with Kubernetes.
# Name of the driver to be registered with Kubernetes.
name: csi.cert-manager.io
# If enabled, will use CSI token request for creating
# CertificateRequests. CertificateRequests will be created via mounting
# If enabled, this uses a CSI token request for creating
# CertificateRequests. CertificateRequests are created by mounting the
# pod's service accounts.
useTokenRequest: false
# 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.
csiDataDir: /tmp/cert-manager-csi-driver
# Options for the liveness container.
livenessProbe:
# The port that will expose the livness of the csi-driver
# The port that will expose the liveness of the csi-driver.
port: 9809
# 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.
kubeletRootDir: /var/lib/kubelet

# Optional additional annotations to add to the csi-driver DaemonSet
# Optional additional annotations to add to the csi-driver DaemonSet.
daemonSetAnnotations: {}

# Optional additional annotations to add to the csi-driver Pods
# Optional additional annotations to add to the csi-driver pods.
podAnnotations: {}

# Optional additional labels to add to the csi-driver Pods
# Optional additional labels to add to the csi-driver pods.
podLabels: {}

# Kubernetes pod resources requests/limits for cert-manager-csi-driver
# Kubernetes pod resources requests/limits for cert-manager-csi-driver.
#
# For example:
# resources:
Expand All @@ -78,12 +78,12 @@ podLabels: {}
resources: {}

# Kubernetes node selector: node labels for pod assignment.
# For example, to allow scheduling of DaemonSet on linux nodes only:
# For example, use this to allow scheduling of DaemonSet on linux nodes only:
# nodeSelector:
# kubernetes.io/os: linux
nodeSelector: {}

# Kubernetes affinity: constraints for pod assignment
# Kubernetes affinity: constraints for pod assignment.
#
# For example:
# affinity:
Expand All @@ -97,7 +97,7 @@ nodeSelector: {}
# - master
affinity: {}

# Kubernetes pod tolerations for cert-manager-csi-driver
# Kubernetes pod tolerations for cert-manager-csi-driver.
#
# For example:
# tolerations:
Expand Down

0 comments on commit 4b51823

Please sign in to comment.