mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 11:35:58 +10:00
[bitnami/postgresq-ha] Add enable default option for Volume SecurityContext (#3930)
* Drop volumePermissions.securityContext.enabled option
This commit is contained in:
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user