Add possibility to mount a tmpfs volume to /dev/shm to avoid issues like [this](https://github.com/docker-library/postgres/issues/416). To achieve that two new options were introduced: * `enableShmVolume` to PostgreSQL manifest, to specify whether or not mount this volume per database cluster * `enable_shm_volume` to operator configuration, to specify whether or not mount per operator. The first one, `enableShmVolume` takes precedence to allow us to be more flexible. |
||
|---|---|---|
| .. | ||
| complete-postgres-manifest.yaml | ||
| configmap.yaml | ||
| fake-teams-api.yaml | ||
| infrastructure-roles-configmap.yaml | ||
| infrastructure-roles.yaml | ||
| minimal-postgres-manifest.yaml | ||
| operator-service-account-rbac.yaml | ||
| platform-credentials.yaml | ||
| postgres-operator.yaml | ||
| postgresql-operator-default-configuration.yaml | ||