Fix issues with Harbor and chartmuseum

Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
This commit is contained in:
Miguel A. Cabrera Minagorri
2019-08-14 09:54:54 +00:00
parent 6eadb142cc
commit d083ddf6be
12 changed files with 30 additions and 33 deletions

View File

@@ -270,10 +270,7 @@ The following table lists the configurable parameters of the Harbor chart and th
| `chartmuseum.useRedisCache` | Specify if ChartMuseum will use redis cache | `true` |
| `chartmuseum.absoluteUrl` | Specify an absolute URL for ChartMuseum registry | `false` |
| `chartmuseum.chartRepoName` | Specify the endpoint for the chartmuseum registry. Only applicable if `chartmuseum.absoluteUrl` is `true` | `chartsRepo` |
| `chartmuseum.basicAuth.enabled` | Enable ChartMuseum basic authentication | `true` |
| `chartmuseum.basicAuth.basicAuthUser` | Chartmuseum's user | `chart_controller` |
| `chartmuseum.basicAuth.basicAuthPass` | Chartmuseum's password | Random value |
| `chartmuseum.depth` | Support for multitenancy. More info [here](https://chartmuseum.com/docs/#multitenancy) | `0` |
| `chartmuseum.depth` | Support for multitenancy. More info [here](https://chartmuseum.com/docs/#multitenancy) | `1` |
| `chartmuseum.logJson` | Print logs on JSON format | `false` |
| `chartmuseum.disableMetrics` | Disable prometheus metrics exposure | `false` |
| `chartmuseum.disableApi` | Disable all the routes prefixed with `/api` | `false` |