deploy: add commonLabels value

Signed-off-by: BOSSER, Bastien <bastien.bosser@atos.net>
This commit is contained in:
BOSSER, Bastien
2022-10-14 16:59:09 +02:00
committed by mergify[bot]
parent 6258c36b73
commit dea07aa184
37 changed files with 46 additions and 3 deletions

View File

@ -87,6 +87,7 @@ charts and their default values.
| `csiConfig` | Configuration for the CSI to connect to the cluster | [] |
| `csiMapping` | Configuration details of clusterID,PoolID,FscID mapping | [] |
| `encryptionKMSConfig` | Configuration for the encryption KMS | `{}` |
| `commonLabels` | Labels to apply to all resources | `{}` |
| `logLevel` | Set logging level for csi containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `5` |
| `sidecarLogLevel` | Set logging level for csi sidecar containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `1` |
| `nodeplugin.name` | Specifies the nodeplugins name | `nodeplugin` |