Skip to content

Commit baa28b9

Browse files
committed
Update parameter reference docs
Signed-off-by: Stephan Austermühle <[email protected]>
1 parent e55edc6 commit baa28b9

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/reference/operator_parameters.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ configuration they are grouped under the `kubernetes` key.
431431
environment if they not if conflict with the environment variables generated
432432
by the operator. The WAL location (bucket path) can be overridden, though.
433433
The default is empty.
434-
434+
435435
* **pod_environment_secret**
436436
similar to pod_environment_configmap but referencing a secret with custom
437437
environment variables. Because the secret is not allowed to exist in a
@@ -459,6 +459,15 @@ configuration they are grouped under the `kubernetes` key.
459459
non-root process, but requires a custom Spilo image. Note the FSGroup of a Pod
460460
cannot be changed without recreating a new Pod.
461461

462+
* **pod_fs_group_change_policy**
463+
Configure the `fsGroupChangePolicy` in the Pod `securityContext` to
464+
avoid invalid volume permissions after `kubelet` restarts. See *[Configure volume permission and ownership change policy for Pods](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#configure-volume-permission-and-ownership-change-policy-for-pods)*
465+
for details. If specified, valid options are `OnRootMismatch`
466+
(change permissions and ownership if the permission and the
467+
ownership of root directory does not match with expected permissions
468+
of the volume) and `Always` (always change permission and ownership
469+
of the volume when volume is mounted).
470+
462471
* **spilo_privileged**
463472
whether the Spilo container should run in privileged mode. Privileged mode is
464473
used for AWS volume resizing and not required if you don't need that
@@ -558,7 +567,7 @@ effect, and the parameters are grouped under the `timeouts` key in the
558567
CRD-based configuration.
559568

560569
* **PatroniAPICheckInterval**
561-
the interval between consecutive attempts waiting for the return of
570+
the interval between consecutive attempts waiting for the return of
562571
Patroni Api. The default is `1s`.
563572

564573
* **PatroniAPICheckTimeout**
@@ -797,7 +806,7 @@ grouped under the `logical_backup` key.
797806
is specified, no argument will be passed to `aws s3` command. Default: "AES256".
798807

799808
* **logical_backup_s3_retention_time**
800-
Specify a retention time for logical backups stored in S3. Backups older than the specified retention
809+
Specify a retention time for logical backups stored in S3. Backups older than the specified retention
801810
time will be deleted after a new backup was uploaded. If empty, all backups will be kept. Example values are
802811
"3 days", "2 weeks", or "1 month". The default is empty.
803812

0 commit comments

Comments
 (0)