Skip to content

Commit

Permalink
readme values table update
Browse files Browse the repository at this point in the history
  • Loading branch information
jwojnarowicz committed Mar 11, 2024
1 parent e3abf22 commit 5ec3b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -175,7 +175,8 @@ The following table lists the configurable parameters of the Harbor chart and th
| `uaaSecretName` | If using external UAA auth which has a self signed cert, you can provide a pre-created secret containing it under the key `ca.crt`. | |
| `imagePullPolicy` | The image pull policy | |
| `imagePullSecrets` | The imagePullSecrets names for all deployments | |
| `updateStrategy.type` | The update strategy for deployments with persistent volumes(jobservice, registry): `RollingUpdate` or `Recreate`. Set it as `Recreate` when `RWM` for volumes isn't supported | `RollingUpdate` |
| `updateStrategy.jobservice.type` | The update strategy for jobservice deployment with persistent volume: `RollingUpdate` or `Recreate`. Set it as `Recreate` when `RWM` for volumes isn't supported | `RollingUpdate` |
| `updateStrategy.registry.type` | The update strategy for registry deployment with persistent volume: `RollingUpdate` or `Recreate`. Set it as `Recreate` when `RWM` for volumes isn't supported | `RollingUpdate` |
| `logLevel` | The log level: `debug`, `info`, `warning`, `error` or `fatal` | `info` |
| `harborAdminPassword` | The initial password of Harbor admin. Change it from portal after launching Harbor | `Harbor12345` |
| `existingSecretAdminPassword` | The name of secret where admin password can be found. | |
Expand Down

0 comments on commit 5ec3b3b

Please sign in to comment.