From 8c2eeddb6dd2ed66d981e5ebc49df1b8d8cb8f39 Mon Sep 17 00:00:00 2001 From: Wenkai Yin Date: Thu, 16 Aug 2018 13:26:54 +0800 Subject: [PATCH] Update the readme of Harbor chart Fix the losting "|" in the readme of Harbor chart Signed-off-by: Wenkai Yin --- contrib/helm/harbor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/helm/harbor/README.md b/contrib/helm/harbor/README.md index 0ae48cdf2..ebe0d5769 100644 --- a/contrib/helm/harbor/README.md +++ b/contrib/helm/harbor/README.md @@ -119,7 +119,7 @@ The following tables lists the configurable parameters of the Harbor chart and t | `ui.tolerations` | Tolerations for pod assignment | `[]` | | `ui.affinity` | Node/Pod affinities | `{}` | | **Database** | -`database.type` | If external database is used, set it to `external` | `internal` | +| `database.type` | If external database is used, set it to `external` | `internal` | | `database.internal.image.repository` | Repository for database image | `vmware/harbor-db` | | `database.internal.image.tag` | Tag for database image | `dev` | | `database.internal.image.pullPolicy` | Pull Policy for database image | `IfNotPresent` |