Skip to content

Commit c8584e1

Browse files
vincentBaerVincent Baer
authored and
Vincent Baer
committed
Missing helm-docs
1 parent c0e2b94 commit c8584e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/helm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Kubernetes: `>=1.20.0`
2828
| backoff.duration | string | `"1"` | Initial duraction of backoff |
2929
| backoff.factor | string | `"1.9"` | Factor multiplied by Duration for each iteration |
3030
| backoff.steps | string | `"20"` | Remaining number of iterations in which the duration parameter may change |
31+
| caBundle.key | string | `""` | Entry key in secret used to store additional certificates authorities |
32+
| caBundle.name | string | `""` | Secret name containing additional certificates authorities |
3133
| credentials.accessKey | string | `nil` | If creating a secret, put this AK inside. |
3234
| credentials.create | bool | `false` | Actually create a secret in the deployment for AK/SK (else, only reference it) |
3335
| credentials.secretKey | string | `nil` | If creating a secret, put this SK inside. |
@@ -40,12 +42,14 @@ Kubernetes: `>=1.20.0`
4042
| enableVolumeSnapshot | bool | `false` | Enable volume snapshot True if enable volume snapshot |
4143
| extraCreateMetadata | bool | `false` | Add pv/pvc metadata to plugin create requests as parameters |
4244
| extraVolumeTags | object | `{}` | Add extra tags on volume |
45+
| httpsProxy | string | `""` | Value used to create environment variable HTTPS_PROXY |
4346
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
4447
| image.repository | string | `"outscale/osc-ebs-csi-driver"` | Container image to use |
4548
| image.tag | string | `"v0.2.3"` | Container image tag to deploy |
4649
| imagePullSecrets | list | `[]` | Specify image pull secrets |
4750
| maxBsuVolumes | string | `"39"` | Maximum volume to attach to a node (see [Docs](https://docs.outscale.com/en/userguide/About-Volumes.html)) |
4851
| nameOverride | string | `""` | Override name of the app (instead of `osc-bsu-csi-driver`) |
52+
| noProxy | string | `""` | Value used to create environment variable NO_PROXY |
4953
| node.podAnnotations | object | `{}` | Annotations for controller pod |
5054
| node.podLabels | object | `{}` | Labels for controller pod |
5155
| node.tolerations | list | `[]` | Pod tolerations |

0 commit comments

Comments
 (0)