mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/pgadmin] README incorrect example (#20804)
Within the README file there was an incorrect example where env.username was given rather then env.email. Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: pgAdmin is a web based administration tool for PostgreSQL database
|
||||
name: pgadmin
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
appVersion: 4.18.0
|
||||
home: https://www.pgadmin.org/
|
||||
source: https://github.com/rowanruseler/pgadmin
|
||||
|
||||
@@ -54,7 +54,7 @@ The command removes nearly all the Kubernetes components associated with the cha
|
||||
| `ingress.hosts` | Ingress accepted hostnames | `nil` |
|
||||
| `ingress.tls` | Ingress TLS configuration | `[]` |
|
||||
| `ingress.path` | Ingress path mapping | `` |
|
||||
| `env.username` | pgAdmin default email | `chart@example.local` |
|
||||
| `env.email` | pgAdmin default email | `chart@example.local` |
|
||||
| `env.password` | pgAdmin default password | `SuperSecret` |
|
||||
| `persistentVolume.enabled` | If true, pgAdmin will create a Persistent Volume Claim | `true` |
|
||||
| `persistentVolume.accessMode` | Persistent Volume access Mode | `ReadWriteOnce` |
|
||||
|
||||
Reference in New Issue
Block a user