Helm chart labels and annotations and add missing image pull secrets in documentation

Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
This commit is contained in:
Yonatan Kahana 2021-03-12 00:34:22 +02:00
parent 681319b3bd
commit a5117cbedb
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ The following tables lists the configurable parameters of this chart and their d
| `image.repository` | Provisioner image | `gcr.io/k8s-staging-sig-storage/nfs-subdir-external-provisioner` |
| `image.tag` | Version of provisioner image | `v4.0.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `storageClass.name` | Name of the storageClass | `nfs-client` |
| `storageClass.defaultClass` | Set as the default StorageClass | `false` |
| `storageClass.allowVolumeExpansion` | Allow expanding the volume | `true` |