mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +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
|
pods
|
||||||
properties:
|
properties:
|
||||||
additionalContainerArgs:
|
additionalContainerArgs:
|
||||||
description: AdditionalContainerArgs defines additional arguments
|
description: |-
|
||||||
to be passed to the sidecar container
|
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:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user