[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:
rowanr
2020-02-28 08:16:38 -08:00
committed by GitHub
parent ef55e1e24b
commit 46b7176e64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |