Skip to content

Commit

Permalink
Merge pull request goharbor#264 from vigohe/master
Browse files Browse the repository at this point in the history
Fix config table
  • Loading branch information
ywk253100 authored Jun 19, 2019
2 parents 8420734 + 9fa70a0 commit 2087708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ The following table lists the configurable parameters of the Harbor chart and th
| `persistence.imageChartStorage.type` | The type of storage for images and charts: `filesystem`, `azure`, `gcs`, `s3`, `swift` or `oss`. The type must be `filesystem` if you want to use persistent volumes for registry and chartmuseum. Refer to the [guide](https://github.com/docker/distribution/blob/master/docs/configuration.md#storage) for more information about the detail | `filesystem` |
| **General** |
| `externalURL` | The external URL for Harbor core service | `https://core.harbor.domain` |

| `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 | `IfNotPresent` |
| `imagePullSecrets` | The imagePullSecrets names for all deployments | |
| `logLevel` | The log level | `debug` |
Expand Down

0 comments on commit 2087708

Please sign in to comment.