mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/postgresql] Fix README format (#7698)
This commit is contained in:
committed by
GitHub
parent
ce1a54647b
commit
76ceb2c61e
@@ -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
|
||||
|
||||
@@ -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 | `""` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user