Skip to content

Commit b25ded4

Browse files
committed
fix: manifest
Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent e3db82c commit b25ded4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

manifest.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,12 @@ spec:
391391
pods
392392
properties:
393393
additionalContainerArgs:
394-
description: AdditionalContainerArgs defines additional arguments
395-
to be passed to the sidecar container
394+
description: |-
395+
AdditionalContainerArgs is an optional list of command-line arguments
396+
to be passed to the sidecar container when it starts.
397+
The provided arguments are appended to the container’s default
398+
arguments. This can be used, for example, to enable verbose logging.
399+
Example: ["--log-level=debug"]
396400
items:
397401
type: string
398402
type: array

0 commit comments

Comments
 (0)