From 67c1be75f3c6d0dae26767255efc071dab03d7c5 Mon Sep 17 00:00:00 2001 From: PGeorge Bezerra Date: Sun, 26 Dec 2021 02:18:47 -0300 Subject: [PATCH] docs: fix typo on helm documentation (#4791) ca certificate for database connection is not a path, but certificate content ***NO_CI*** --- dev/helm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/helm/README.md b/dev/helm/README.md index 5e823d45..e6f506c9 100644 --- a/dev/helm/README.md +++ b/dev/helm/README.md @@ -120,7 +120,7 @@ The following table lists the configurable parameters of the Wiki.js chart and t | `postgresql.existingSecretKey` | The postgres password key in the existing `Secret` | `postgresql-password` | | `postgresql.postgresqlPort` | External postgres port | `5432` | | `postgresql.ssl` | Enable external postgres SSL connection | `false` | -| `postgresql.ca` | Certificate of Authority path for postgres | `nil` | +| `postgresql.ca` | Certificate of Authority content for postgres | `nil` | | `postgresql.persistence.enabled` | Enable postgres persistence using PVC | `true` | | `postgresql.persistence.existingClaim` | Provide an existing `PersistentVolumeClaim` for postgres | `nil` | | `postgresql.persistence.storageClass` | Postgres PVC Storage Class (example: `nfs`) | `nil` |