From 0d46f5d893e9f4b7cc358247de8b8ffd92c1815a Mon Sep 17 00:00:00 2001 From: Douglas Vaghetti Date: Thu, 2 Jul 2020 04:00:41 -0300 Subject: [PATCH] [bitnami/postgresql] Fix typo on README.md (#2999) * Fix typo on README.md The actual value is correct both in [values.yaml](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml#L93) and [actual](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/statefulset.yaml#L70) [usage](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/serviceaccount.yaml) * Bump chart version --- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 4296b4fa46..80f756b7f2 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 8.10.11 +version: 8.10.12 appVersion: 11.8.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 2917a455af..ccb730c608 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -177,7 +177,7 @@ The following tables lists the configurable parameters of the PostgreSQL chart a | `securityContext.fsGroup` | Group ID for the container | `1001` | | `securityContext.runAsUser` | User ID for the container | `1001` | | `serviceAccount.enabled` | Enable service account (Note: Service Account will only be automatically created if `serviceAccount.name` is not set) | `false` | -| `serviceAcccount.name` | Name of existing service account | `nil` | +| `serviceAccount.name` | Name of existing service account | `nil` | | `livenessProbe.enabled` | Would you like a livenessProbe to be enabled | `true` | | `networkPolicy.enabled` | Enable NetworkPolicy | `false` | | `networkPolicy.allowExternal` | Don't require client label for connections | `true` |