@@ -28,6 +28,8 @@ Kubernetes: `>=1.20.0`
28
28
| backoff.duration | string | ` "1" ` | Initial duraction of backoff |
29
29
| backoff.factor | string | ` "1.9" ` | Factor multiplied by Duration for each iteration |
30
30
| 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 |
31
33
| credentials.accessKey | string | ` nil ` | If creating a secret, put this AK inside. |
32
34
| credentials.create | bool | ` false ` | Actually create a secret in the deployment for AK/SK (else, only reference it) |
33
35
| credentials.secretKey | string | ` nil ` | If creating a secret, put this SK inside. |
@@ -40,12 +42,14 @@ Kubernetes: `>=1.20.0`
40
42
| enableVolumeSnapshot | bool | ` false ` | Enable volume snapshot True if enable volume snapshot |
41
43
| extraCreateMetadata | bool | ` false ` | Add pv/pvc metadata to plugin create requests as parameters |
42
44
| extraVolumeTags | object | ` {} ` | Add extra tags on volume |
45
+ | httpsProxy | string | ` "" ` | Value used to create environment variable HTTPS_PROXY |
43
46
| image.pullPolicy | string | ` "IfNotPresent" ` | Container pull policy |
44
47
| image.repository | string | ` "outscale/osc-ebs-csi-driver" ` | Container image to use |
45
48
| image.tag | string | ` "v0.2.3" ` | Container image tag to deploy |
46
49
| imagePullSecrets | list | ` [] ` | Specify image pull secrets |
47
50
| maxBsuVolumes | string | ` "39" ` | Maximum volume to attach to a node (see [ Docs] ( https://docs.outscale.com/en/userguide/About-Volumes.html ) ) |
48
51
| nameOverride | string | ` "" ` | Override name of the app (instead of ` osc-bsu-csi-driver ` ) |
52
+ | noProxy | string | ` "" ` | Value used to create environment variable NO_PROXY |
49
53
| node.podAnnotations | object | ` {} ` | Annotations for controller pod |
50
54
| node.podLabels | object | ` {} ` | Labels for controller pod |
51
55
| node.tolerations | list | ` [] ` | Pod tolerations |
0 commit comments