From 76ceb2c61edd1ba8f6531f8470a5a6ef5763b952 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Tue, 5 Oct 2021 09:54:39 +0200 Subject: [PATCH] [bitnami/postgresql] Fix README format (#7698) --- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/README.md | 2 +- bitnami/postgresql/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 6328c73b38..c2f3aa9171 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -26,4 +26,4 @@ name: postgresql sources: - https://github.com/bitnami/bitnami-docker-postgresql - https://www.postgresql.org/ -version: 10.12.0 +version: 10.12.1 diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index cec06c7bf0..d316d67ddb 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -162,7 +162,7 @@ $ kubectl delete pvc -l release=my-release | `postgresqlPghbaRemoveFilters` | Comma-separated list of patterns to remove from the pg_hba.conf file | `""` | | `terminationGracePeriodSeconds` | Seconds the pod needs to terminate gracefully | `""` | | `ldap.enabled` | Enable LDAP support | `false` | -| `ldap.url` | LDAP URL beginning in the form `ldap[s]://host[:port]/basedn[ | `""` | +| `ldap.url` | LDAP URL beginning in the form `ldap[s]://host[:port]/basedn` | `""` | | `ldap.server` | IP address or name of the LDAP server. | `""` | | `ldap.port` | Port number on the LDAP server to connect to | `""` | | `ldap.prefix` | String to prepend to the user name when forming the DN to bind | `""` | diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 635c4cd1df..eb9e147e81 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -381,7 +381,7 @@ postgresqlPghbaRemoveFilters: "" terminationGracePeriodSeconds: "" ## LDAP configuration ## @param ldap.enabled Enable LDAP support -## @param ldap.url LDAP URL beginning in the form `ldap[s]://host[:port]/basedn[ +## @param ldap.url LDAP URL beginning in the form `ldap[s]://host[:port]/basedn` ## @param ldap.server IP address or name of the LDAP server. ## @param ldap.port Port number on the LDAP server to connect to ## @param ldap.prefix String to prepend to the user name when forming the DN to bind