change value inseration

This commit is contained in:
2024-07-01 18:05:00 -05:00
parent 295a7296bc
commit 6f5b5ffcb4
4 changed files with 29 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ recovery:
# Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`.
encryption: ""
# Number of data files to be archived or restored in parallel.
jobs: 2
maxParallel: 2
replica:
# See https://cloudnative-pg.io/documentation/current/database_import/
@@ -187,7 +187,7 @@ backup:
# Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`.
encryption: ""
# Number of data files to be archived or restored in parallel.
jobs: 2
maxParallel: 2
# Retention policy for backups
retentionPolicy: "30d"