From c8584e146dadf7f39ee031266cda1ffa1a1764b7 Mon Sep 17 00:00:00 2001 From: "vincent.baer" Date: Thu, 31 Aug 2023 08:12:14 +0000 Subject: [PATCH] Missing helm-docs --- docs/helm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/helm.md b/docs/helm.md index 938a0e84..b3679594 100644 --- a/docs/helm.md +++ b/docs/helm.md @@ -28,6 +28,8 @@ Kubernetes: `>=1.20.0` | backoff.duration | string | `"1"` | Initial duraction of backoff | | backoff.factor | string | `"1.9"` | Factor multiplied by Duration for each iteration | | backoff.steps | string | `"20"` | Remaining number of iterations in which the duration parameter may change | +| caBundle.key | string | `""` | Entry key in secret used to store additional certificates authorities | +| caBundle.name | string | `""` | Secret name containing additional certificates authorities | | credentials.accessKey | string | `nil` | If creating a secret, put this AK inside. | | credentials.create | bool | `false` | Actually create a secret in the deployment for AK/SK (else, only reference it) | | credentials.secretKey | string | `nil` | If creating a secret, put this SK inside. | @@ -40,12 +42,14 @@ Kubernetes: `>=1.20.0` | enableVolumeSnapshot | bool | `false` | Enable volume snapshot True if enable volume snapshot | | extraCreateMetadata | bool | `false` | Add pv/pvc metadata to plugin create requests as parameters | | extraVolumeTags | object | `{}` | Add extra tags on volume | +| httpsProxy | string | `""` | Value used to create environment variable HTTPS_PROXY | | image.pullPolicy | string | `"IfNotPresent"` | Container pull policy | | image.repository | string | `"outscale/osc-ebs-csi-driver"` | Container image to use | | image.tag | string | `"v0.2.3"` | Container image tag to deploy | | imagePullSecrets | list | `[]` | Specify image pull secrets | | maxBsuVolumes | string | `"39"` | Maximum volume to attach to a node (see [Docs](https://docs.outscale.com/en/userguide/About-Volumes.html)) | | nameOverride | string | `""` | Override name of the app (instead of `osc-bsu-csi-driver`) | +| noProxy | string | `""` | Value used to create environment variable NO_PROXY | | node.podAnnotations | object | `{}` | Annotations for controller pod | | node.podLabels | object | `{}` | Labels for controller pod | | node.tolerations | list | `[]` | Pod tolerations |