Add configurable tolerations (fixes and )

This commit is contained in:
Vitaliy Filippov 2022-08-05 13:56:26 +03:00
parent 7938313f71
commit 8bf73d66a7
7 changed files with 53 additions and 4 deletions
deploy/helm

View file

@ -34,3 +34,6 @@ The following table lists all configuration parameters and their default values.
| `secret.accessKey` | S3 Access Key | |
| `secret.secretKey` | S3 Secret Key | |
| `secret.endpoint` | Endpoint | https://storage.yandexcloud.net |
| `tolerations.all` | Tolerate all taints by the CSI-S3 node driver (mounter) | false |
| `tolerations.node` | Custom tolerations for the CSI-S3 node driver (mounter) | [] |
| `tolerations.controller` | Custom tolerations for the CSI-S3 controller (provisioner) | [] |