mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
fix: manifest
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
parent
e3db82cde1
commit
b25ded4aa6
@ -391,8 +391,12 @@ spec:
|
||||
pods
|
||||
properties:
|
||||
additionalContainerArgs:
|
||||
description: AdditionalContainerArgs defines additional arguments
|
||||
to be passed to the sidecar container
|
||||
description: |-
|
||||
AdditionalContainerArgs is an optional list of command-line arguments
|
||||
to be passed to the sidecar container when it starts.
|
||||
The provided arguments are appended to the container’s default
|
||||
arguments. This can be used, for example, to enable verbose logging.
|
||||
Example: ["--log-level=debug"]
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
||||
Loading…
Reference in New Issue
Block a user