[bitnami/postgresq-ha] Add enable default option for Volume SecurityContext (#3930)

* Drop volumePermissions.securityContext.enabled option
This commit is contained in:
Beltran
2020-10-07 13:09:32 +02:00
committed by GitHub
parent 99c3ab6050
commit 2e5f7fcf5b
-1
View File
@@ -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` |