mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
fix(docs): use archiveAdditionalCommandArgs for WAL archive configuration (#630)
Replace `additionalCommandArgs` with `archiveAdditionalCommandArgs` in the WAL archive examples. Signed-off-by: Jakub Hajek <jakub.hajek@close.com>
This commit is contained in:
parent
b0f80519e7
commit
4aa47a7a2e
@ -39,7 +39,7 @@ You can pass additional command-line arguments to `barman-cloud-backup` and
|
|||||||
`ObjectStore` configuration.
|
`ObjectStore` configuration.
|
||||||
|
|
||||||
- `.spec.configuration.data.additionalCommandArgs`: for `barman-cloud-backup`
|
- `.spec.configuration.data.additionalCommandArgs`: for `barman-cloud-backup`
|
||||||
- `.spec.configuration.wal.additionalCommandArgs`: for `barman-cloud-wal-archive`
|
- `.spec.configuration.wal.archiveAdditionalCommandArgs`: for `barman-cloud-wal-archive`
|
||||||
|
|
||||||
Each field accepts a list of string arguments. If an argument is already
|
Each field accepts a list of string arguments. If an argument is already
|
||||||
configured elsewhere in the plugin, the duplicate will be ignored.
|
configured elsewhere in the plugin, the duplicate will be ignored.
|
||||||
@ -67,7 +67,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
configuration:
|
configuration:
|
||||||
wal:
|
wal:
|
||||||
additionalCommandArgs:
|
archiveAdditionalCommandArgs:
|
||||||
- "--max-concurrency=1"
|
- "--max-concurrency=1"
|
||||||
- "--read-timeout=60"
|
- "--read-timeout=60"
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user