From 46b7176e647fbbca04ef52829c427311d78e3e2d Mon Sep 17 00:00:00 2001 From: rowanr Date: Fri, 28 Feb 2020 17:16:38 +0100 Subject: [PATCH] [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 --- stable/pgadmin/Chart.yaml | 2 +- stable/pgadmin/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/pgadmin/Chart.yaml b/stable/pgadmin/Chart.yaml index 2e5ce60edf..d4441f51cb 100644 --- a/stable/pgadmin/Chart.yaml +++ b/stable/pgadmin/Chart.yaml @@ -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 diff --git a/stable/pgadmin/README.md b/stable/pgadmin/README.md index 25ea15e3f8..5aecfaab7b 100644 --- a/stable/pgadmin/README.md +++ b/stable/pgadmin/README.md @@ -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` |