Skip to content

Commit a7145f4

Browse files
committed
Update WAL archive property name
Signed-off-by: Jakub Hajek <[email protected]>
1 parent b0f8051 commit a7145f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/docs/misc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can pass additional command-line arguments to `barman-cloud-backup` and
3939
`ObjectStore` configuration.
4040

4141
- `.spec.configuration.data.additionalCommandArgs`: for `barman-cloud-backup`
42-
- `.spec.configuration.wal.additionalCommandArgs`: for `barman-cloud-wal-archive`
42+
- `.spec.configuration.wal.archiveAdditionalCommandArgs`: for `barman-cloud-wal-archive`
4343

4444
Each field accepts a list of string arguments. If an argument is already
4545
configured elsewhere in the plugin, the duplicate will be ignored.
@@ -67,7 +67,7 @@ metadata:
6767
spec:
6868
configuration:
6969
wal:
70-
additionalCommandArgs:
70+
archiveAdditionalCommandArgs:
7171
- "--max-concurrency=1"
7272
- "--read-timeout=60"
7373
```

0 commit comments

Comments
 (0)