PR comments: wrong clair.image description

This commit is contained in:
darteaga
2020-01-17 18:22:22 +00:00
parent a30aa14819
commit e5f928ecad

View File

@@ -233,7 +233,7 @@ The following table lists the configurable parameters of the Harbor chart and th
| `clairImage.registry` | Registry for clair image | `docker.io` |
| `clairImage.repository` | Repository for clair image | `bitnami/harbor-clair` |
| `clairImage.tag` | Tag for clair image | `{TAG_NAME}` |
| `clairImage.pullPolicy` | Harbor clair adapter image pull policy | `IfNotPresent` |
| `clairImage.pullPolicy` | Harbor clair image pull policy | `IfNotPresent` |
| `clairImage.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `clairImage.debug` | Specify if debug logs should be enabled | `false` |
| `clairAdapterImage.registry` | Registry for clair adapter image | `docker.io` |