From 2e5f7fcf5bc3bad64ef6a23cc488a32b400cfda4 Mon Sep 17 00:00:00 2001 From: Beltran Date: Wed, 7 Oct 2020 13:09:32 +0200 Subject: [PATCH] [bitnami/postgresq-ha] Add enable default option for Volume SecurityContext (#3930) * Drop volumePermissions.securityContext.enabled option --- bitnami/postgresql-ha/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index 37d0f5624..3dd64ff1d 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -209,7 +209,6 @@ The following table lists the configurable parameters of the PostgreSQL HA chart | `volumePermissionsImage.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `volumePermissions.enabled` | Enable init container to adapt volume permissions | `false` | | `volumePermissions.securityContext.*` | Other container security context to be included as-is in the container spec | `{}` | -| `volumePermissions.securityContext.enabled` | Enable security context for Bitnami Minideb | `false` | | `volumePermissions.securityContext.runAsUser` | User ID for the Bitnami Minideb container | `0` | | **Persistence** | | | | `persistence.enabled` | Enable data persistence | `true` |