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
A Helm chart for PostgreSQL clusters using the CloudNativePG operator
6
6
@@ -85,7 +85,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentati
85
85
| backups.azure.storageKey | string |`""`||
86
86
| backups.azure.storageSasToken | string |`""`||
87
87
| backups.data.compression | string |`"gzip"`| Data compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`. |
88
-
| backups.data.encryption | string |`"AES256"`| Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`. |
88
+
| backups.data.encryption | string |`""`| Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`. |
89
89
| backups.data.jobs | int |`2`| Number of data files to be archived or restored in parallel. |
90
90
| backups.destinationPath | string |`""`| Overrides the provider specific default path. Defaults to: S3: s3://<bucket><path> Azure: https://<storageAccount>.<serviceName>.core.windows.net/<containerName><path> Google: gs://<bucket><path> |
91
91
| backups.enabled | bool |`false`| You need to configure backups manually, so backups are disabled by default. |
@@ -111,7 +111,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentati
111
111
| backups.secret.create | bool |`true`| Whether to create a secret for the backup credentials |
112
112
| backups.secret.name | string |`""`| Name of the backup credentials secret |
113
113
| backups.wal.compression | string |`"gzip"`| WAL compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`. |
114
-
| backups.wal.encryption | string |`"AES256"`| Whether to instruct the storage provider to encrypt WAL files. One of `` (use the storage container default), `AES256` or `aws:kms`. |
114
+
| backups.wal.encryption | string |`""`| Whether to instruct the storage provider to encrypt WAL files. One of `` (use the storage container default), `AES256` or `aws:kms`. |
115
115
| backups.wal.maxParallel | int |`1`| Number of WAL files to be archived or restored in parallel. |
0 commit comments