You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manifest. The manifest is an instance of the custom resource definition (CRD)
30
32
called `OperatorConfiguration`. The operator registers this CRD during the
@@ -172,7 +174,7 @@ Those are top-level keys, containing both leaf keys and groups.
172
174
period between consecutive repair requests. The default is `5m`.
173
175
174
176
***pitr_backup_retention**
175
-
retention time for PITR (Point-In-Time-Recovery) state ConfigMaps. The operator will clean up ConfigMaps older than the configured retention. The value is a [duration string](https://pkg.go.dev/time#ParseDuration), e.g. "168h" (which is 7 days), "7d", "24h". The default is `168h`.
177
+
retention time for PITR (Point-In-Time-Recovery) state ConfigMaps. The operator will clean up ConfigMaps older than the configured retention. The value is a [duration string](https://pkg.go.dev/time#ParseDuration), e.g. "168h" (which is 7 days), "24h". The default is `168h`.
176
178
177
179
***set_memory_request_to_limit**
178
180
Set `memory_request` to `memory_limit` for all Postgres clusters (the default
0 commit comments